Skip to content

Commit

Permalink
Merge branch '2.9.x' into update/flyway-core-9.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Aug 11, 2023
2 parents 98ed598 + ec4d814 commit 9e8c2d5
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-M6")

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

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

0 comments on commit 9e8c2d5

Please sign in to comment.