From f93fa73a92535e6b2b30c1137aa13a1708c35d6e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 18 Oct 2023 15:43:08 +0000 Subject: [PATCH] Update smithy-build, smithy-model to 1.40.0 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 26852bd..69cdafb 100644 --- a/build.sc +++ b/build.sc @@ -437,7 +437,7 @@ object Deps { ) } object smithy { - val smithyVersion = "1.37.0" + val smithyVersion = "1.40.0" val model = ivy"software.amazon.smithy:smithy-model:$smithyVersion" val build = ivy"software.amazon.smithy:smithy-build:$smithyVersion" }