From 282d99593601527fa707623fd7f248c75144cadf Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Wed, 9 Aug 2023 00:18:54 +0000 Subject: [PATCH] chore: update smithy-protocol-test-traits from 1.35.0 to 1.36.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 4b02d297..cb7e4e01 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -15,7 +15,7 @@ object Dependencies { val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.2.4" val classgraph = "io.github.classgraph" % "classgraph" % "4.8.162" - val smithyVersion = "1.35.0" + val smithyVersion = "1.36.0" val testTraits = "software.amazon.smithy" % "smithy-protocol-test-traits" % smithyVersion