Skip to content

Commit

Permalink
Merge pull request #424 from scala-steward/update/gatling-sbt-4.6.0
Browse files Browse the repository at this point in the history
gatling-sbt 4.6.0 (was 4.5.0)
  • Loading branch information
mkurz authored Oct 22, 2023
2 parents 211db4d + ba8d52f commit f7565eb
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.0-RC3")

// Load testing tool:
// http://gatling.io/docs/2.2.2/extensions/sbt_plugin.html
addSbtPlugin("io.gatling" % "gatling-sbt" % "4.5.0")
addSbtPlugin("io.gatling" % "gatling-sbt" % "4.6.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.5")

// Load testing tool:
// http://gatling.io/docs/2.2.2/extensions/sbt_plugin.html
addSbtPlugin("io.gatling" % "gatling-sbt" % "4.5.0")
addSbtPlugin("io.gatling" % "gatling-sbt" % "4.6.0")

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

0 comments on commit f7565eb

Please sign in to comment.