From 62ba49f06dea3d2e9ee9933ed4e5969adda1b31a Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Thu, 17 Oct 2024 00:23:41 +0000 Subject: [PATCH] chore: update smithy-protocol-test-traits from 1.51.0 to 1.52.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ea09f8f..264cb0d 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -16,7 +16,7 @@ object Dependencies { val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.3.14" val classgraph = "io.github.classgraph" % "classgraph" % "4.8.177" - val smithyVersion = "1.51.0" + val smithyVersion = "1.52.0" val testTraits = "software.amazon.smithy" % "smithy-protocol-test-traits" % smithyVersion