Skip to content

Commit

Permalink
Merge pull request #423 from scala-steward/update/play-ahc-ws-2.9.0-RC3
Browse files Browse the repository at this point in the history
play-ahc-ws, play-akka-http-server, ... 2.9.0-RC3 (was 2.9.0-RC2)
  • Loading branch information
mkurz authored Oct 22, 2023
2 parents 0e752fd + d472f17 commit 4164700
Show file tree
Hide file tree
Showing 33 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion play-java-akka-cluster-example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")
2 changes: 1 addition & 1 deletion play-java-chatroom-example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")
2 changes: 1 addition & 1 deletion play-java-compile-di-example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")
2 changes: 1 addition & 1 deletion play-java-dagger2-example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")
2 changes: 1 addition & 1 deletion play-java-ebean-example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")

addSbtPlugin("com.typesafe.play" % "sbt-play-ebean" % "7.0.0-RC2")
2 changes: 1 addition & 1 deletion play-java-fileupload-example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")
2 changes: 1 addition & 1 deletion play-java-forms-example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")
2 changes: 1 addition & 1 deletion play-java-grpc-example/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ val playGrpcV = "0.9.1"
buildInfoKeys := Seq[BuildInfoKey]("playGrpcVersion" -> playGrpcV)
buildInfoPackage := "play.java.grpc.sample"

addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")

addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.5")

Expand Down
2 changes: 1 addition & 1 deletion play-java-hello-world-tutorial/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")
2 changes: 1 addition & 1 deletion play-java-jpa-example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")

// Web plugins
addSbtPlugin("com.typesafe.sbt" % "sbt-coffeescript" % "1.0.2")
Expand Down
2 changes: 1 addition & 1 deletion play-java-rest-api-example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")

// Load testing tool:
// http://gatling.io/docs/2.2.2/extensions/sbt_plugin.html
Expand Down
2 changes: 1 addition & 1 deletion play-java-starter-example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")
2 changes: 1 addition & 1 deletion play-java-streaming-example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Use the Play sbt plugin for Play projects
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")
2 changes: 1 addition & 1 deletion play-java-telemetry-example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")

addSbtPlugin("com.lightbend.cinnamon" % "sbt-cinnamon" % "2.17.3")

Expand Down
2 changes: 1 addition & 1 deletion play-java-websocket-example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")

addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.1.2")

Expand Down
2 changes: 1 addition & 1 deletion play-scala-anorm-example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")
2 changes: 1 addition & 1 deletion play-scala-chatroom-example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")
2 changes: 1 addition & 1 deletion play-scala-compile-di-example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")
2 changes: 1 addition & 1 deletion play-scala-fileupload-example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolvers += Resolver.jcenterRepo

// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")
2 changes: 1 addition & 1 deletion play-scala-forms-example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")
2 changes: 1 addition & 1 deletion play-scala-grpc-example/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildInfoKeys := Seq[BuildInfoKey]("playGrpcVersion" -> playGrpcV)
buildInfoPackage := "play.scala.grpc.sample"


addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")

addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.5")

Expand Down
2 changes: 1 addition & 1 deletion play-scala-hello-world-tutorial/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")
2 changes: 1 addition & 1 deletion play-scala-isolated-slick-example/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ addSbtPlugin("io.github.davidmweber" % "flyway-sbt" % "7.4.0")
addSbtPlugin("com.github.tototoshi" % "sbt-slick-codegen" % "2.0.0")

// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")
2 changes: 1 addition & 1 deletion play-scala-log4j2-example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")
2 changes: 1 addition & 1 deletion play-scala-macwire-di-example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")
2 changes: 1 addition & 1 deletion play-scala-rest-api-example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")

// sbt-paradox, used for documentation
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.5")
Expand Down
2 changes: 1 addition & 1 deletion play-scala-secure-session-example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")
2 changes: 1 addition & 1 deletion play-scala-slick-example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")
2 changes: 1 addition & 1 deletion play-scala-starter-example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")
2 changes: 1 addition & 1 deletion play-scala-streaming-example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Use the Play sbt plugin for Play projects
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")
2 changes: 1 addition & 1 deletion play-scala-telemetry-example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")

addSbtPlugin("com.lightbend.cinnamon" % "sbt-cinnamon" % "2.17.3")

Expand Down
2 changes: 1 addition & 1 deletion play-scala-tls-example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")
2 changes: 1 addition & 1 deletion play-scala-websocket-example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Use the Play sbt plugin for Play projects
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC2")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0-RC3")

addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.1.2")

Expand Down

0 comments on commit 4164700

Please sign in to comment.