From deea27ade8519791b1998b0b84cfab608ffd2f32 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Sun, 21 Apr 2024 00:20:02 +0000 Subject: [PATCH] chore: update smithy-protocol-test-traits from 1.45.0 to 1.47.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ea5e57ec..af8ed2ac 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -16,7 +16,7 @@ object Dependencies { val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.3.6" val classgraph = "io.github.classgraph" % "classgraph" % "4.8.172" - val smithyVersion = "1.45.0" + val smithyVersion = "1.47.0" val testTraits = "software.amazon.smithy" % "smithy-protocol-test-traits" % smithyVersion