From 954e065b3fffeaeb7ebe07daa2aa5cc7629d8611 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Fri, 28 Jul 2023 00:19:12 +0000 Subject: [PATCH] chore: update smithy-protocol-test-traits from 1.33.0 to 1.35.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 4d0dd100..721b080e 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -15,7 +15,7 @@ object Dependencies { val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.2.2" val classgraph = "io.github.classgraph" % "classgraph" % "4.8.160" - val smithyVersion = "1.33.0" + val smithyVersion = "1.35.0" val testTraits = "software.amazon.smithy" % "smithy-protocol-test-traits" % smithyVersion