From 50d219927c0f287d7f62b0efb8918ca557fdf88b Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 24 Sep 2024 00:16:37 +0000 Subject: [PATCH] Update gatling-sbt to 4.10.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3cff2fcdcd..bfd5f408fe 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,7 +14,7 @@ addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.2") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0") -addSbtPlugin("io.gatling" % "gatling-sbt" % "4.9.2") +addSbtPlugin("io.gatling" % "gatling-sbt" % "4.10.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.5") addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.1.4")