From 9f6761cab79a78f19f59a861412613786b0ec441 Mon Sep 17 00:00:00 2001 From: "scala-steward-gatling[bot]" <140393974+scala-steward-gatling[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 08:49:56 +0100 Subject: [PATCH] Update smithy-build, smithy-cli, ... to 1.43.0 (#32) Co-authored-by: scala-steward-gatling[bot] <140393974+scala-steward-gatling[bot]@users.noreply.github.com> --- project/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.sbt b/project/build.sbt index 05a3f42..e4e9813 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -1,4 +1,4 @@ -val smithyVersion = "1.42.0" +val smithyVersion = "1.43.0" libraryDependencies += "software.amazon.smithy" % "smithy-model" % smithyVersion libraryDependencies += "software.amazon.smithy" % "smithy-build" % smithyVersion