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