From fab6d6552f401c9eb4c2edf4062e1ded40359bf6 Mon Sep 17 00:00:00 2001 From: "scala-steward-gatling[bot]" <140393974+scala-steward-gatling[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 02:17:23 +0000 Subject: [PATCH] Update smithy-build, smithy-cli, ... to 1.41.1 --- project/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.sbt b/project/build.sbt index 14cb35e..6901aff 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -1,4 +1,4 @@ -val smithyVersion = "1.41.0" +val smithyVersion = "1.41.1" libraryDependencies += "software.amazon.smithy" % "smithy-model" % smithyVersion libraryDependencies += "software.amazon.smithy" % "smithy-build" % smithyVersion