From d79e0becfa1ea44e455ffdbf3dbb5bfb90f09d69 Mon Sep 17 00:00:00 2001 From: "scala-steward-gatling[bot]" <140393974+scala-steward-gatling[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:24:14 +0100 Subject: [PATCH] Update smithy-build, smithy-cli, ... to 1.44.0 (#35) 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 e4e9813..38de9fc 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -1,4 +1,4 @@ -val smithyVersion = "1.43.0" +val smithyVersion = "1.44.0" libraryDependencies += "software.amazon.smithy" % "smithy-model" % smithyVersion libraryDependencies += "software.amazon.smithy" % "smithy-build" % smithyVersion