diff --git a/project/Dependencies.scala b/project/Dependencies.scala index d2fe16dd..9bf04ddf 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -16,7 +16,7 @@ object Dependencies { val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.3.9" val classgraph = "io.github.classgraph" % "classgraph" % "4.8.173" - val smithyVersion = "1.48.0" + val smithyVersion = "1.49.0" val testTraits = "software.amazon.smithy" % "smithy-protocol-test-traits" % smithyVersion