From 671ac3dc96b7f3780d7b983dd67e2cfd9337de63 Mon Sep 17 00:00:00 2001 From: "scala-steward-gatling[bot]" <140393974+scala-steward-gatling[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 09:07:40 +0200 Subject: [PATCH] Update alloy-core to 0.2.8 (#23) Co-authored-by: scala-steward-gatling[bot] <140393974+scala-steward-gatling[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 94b706d..b7ba662 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ enablePlugins(GatlingReleasePlugin) enablePlugins(SmithyBuildPlugin) libraryDependencies ++= Seq( - "com.disneystreaming.alloy" % "alloy-core" % "0.2.7" + "com.disneystreaming.alloy" % "alloy-core" % "0.2.8" ) Compile / compile := ((Compile / compile) dependsOn (Compile / smithyBuild)).value