Skip to content

Commit

Permalink
Merge pull request #395 from scala-steward/update/gatling-sbt-4.5.0
Browse files Browse the repository at this point in the history
Update gatling-sbt to 4.5.0
  • Loading branch information
mkurz authored Aug 21, 2023
2 parents c77f367 + 209c27c commit cfcb081
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.8.20")

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

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

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

0 comments on commit cfcb081

Please sign in to comment.