From db1e586eccd3b82eec160250d528ec248edc95ae Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 18 Oct 2023 15:41:43 +0000 Subject: [PATCH] Update smithy-build, smithy-model to 1.40.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 13552605e..dc058d887 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -19,7 +19,7 @@ object Dependencies { val Smithy = new { val org = "software.amazon.smithy" - val smithyVersion = "1.39.1" + val smithyVersion = "1.40.0" val model = org % "smithy-model" % smithyVersion val testTraits = org % "smithy-protocol-test-traits" % smithyVersion val build = org % "smithy-build" % smithyVersion