From e20e611f5c0e2577384bbe8545731858fb8c5025 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Thu, 2 Jul 2026 00:58:11 +0000 Subject: [PATCH] chore: update smithy-protocol-test-traits from 1.53.0 to 1.72.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index eecf6de8..fa91879b 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -68,7 +68,7 @@ object Dependencies { val firebase = "com.google.firebase" % "firebase-admin" % "9.3.0" - val testTraits = "software.amazon.smithy" % "smithy-protocol-test-traits" % "1.53.0" + val testTraits = "software.amazon.smithy" % "smithy-protocol-test-traits" % "1.72.0" lazy val list = Seq( scalaUtil,