Skip to content

Commit

Permalink
Merge pull request #681 from scala-steward/update/2.9.x/gatling-sbt-4…
Browse files Browse the repository at this point in the history
….9.0

[2.9.x] gatling-sbt 4.9.0 (was 4.8.2)
  • Loading branch information
mkurz authored Jun 24, 2024
2 parents e241326 + 5e68aee commit ccfeafb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion play-java-rest-api-example/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.4")

// Load testing tool:
// https://gatling.io/docs/gatling/reference/current/extensions/sbt_plugin/
addSbtPlugin("io.gatling" % "gatling-sbt" % "4.8.2")
addSbtPlugin("io.gatling" % "gatling-sbt" % "4.9.0")
2 changes: 1 addition & 1 deletion play-scala-rest-api-example/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7")

// Load testing tool:
// https://gatling.io/docs/gatling/reference/current/extensions/sbt_plugin/
addSbtPlugin("io.gatling" % "gatling-sbt" % "4.8.2")
addSbtPlugin("io.gatling" % "gatling-sbt" % "4.9.0")

// Scala formatting: "sbt scalafmt"
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.16")

0 comments on commit ccfeafb

Please sign in to comment.