From bd1836268c5892a178c8f7772f3b7a31bb4cad42 Mon Sep 17 00:00:00 2001 From: "scala-steward-gatling[bot]" <140393974+scala-steward-gatling[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 09:57:06 +0200 Subject: [PATCH] Update alloy-core to 0.3.10 (#57) 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 72ad789..e3a8255 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ enablePlugins(GatlingReleasePlugin) enablePlugins(SmithyBuildPlugin) libraryDependencies ++= Seq( - "com.disneystreaming.alloy" % "alloy-core" % "0.3.9" + "com.disneystreaming.alloy" % "alloy-core" % "0.3.10" ) Compile / compile := ((Compile / compile) dependsOn (Compile / smithyBuild)).value