Skip to content

Commit

Permalink
Update org.playframework.play to 3.1.0-d1f1b9f8-SNAPSHOT (was `v3…
Browse files Browse the repository at this point in the history
….1.0-4009e5a0-SNAPSHOT`)
  • Loading branch information
ihostage committed Jul 31, 2024
1 parent e2e111c commit 22382f5
Show file tree
Hide file tree
Showing 56 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion java/chatroom/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
twirl = "2.0.7"
play = "3.1.0-4009e5a0-SNAPSHOT"
play = "3.1.0-d1f1b9f8-SNAPSHOT"
junit = "4.13.2"
webjars-play = "3.0.0"
flot = "0.8.3-1"
Expand Down
2 changes: 1 addition & 1 deletion java/chatroom/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// The Play plugin
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")
2 changes: 1 addition & 1 deletion java/compile-di/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
play = "3.1.0-4009e5a0-SNAPSHOT"
play = "3.1.0-d1f1b9f8-SNAPSHOT"
junit = "4.13.2"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion java/compile-di/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")
2 changes: 1 addition & 1 deletion java/dagger2/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
twirl = "2.0.7"
play = "3.1.0-4009e5a0-SNAPSHOT"
play = "3.1.0-d1f1b9f8-SNAPSHOT"
junit = "4.13.2"
dagger = "2.51.1"

Expand Down
2 changes: 1 addition & 1 deletion java/dagger2/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// The Play plugin
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")
2 changes: 1 addition & 1 deletion java/ebean/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
twirl = "2.0.7"
play = "3.1.0-4009e5a0-SNAPSHOT"
play = "3.1.0-d1f1b9f8-SNAPSHOT"
play-ebean = "8.3.0"
ebean = "15.1.0" # Sync with Play Ebean version https://github.com/playframework/play-ebean/blob/main/project/Dependencies.scala#L19
h2 = "2.2.224"
Expand Down
2 changes: 1 addition & 1 deletion java/ebean/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// The Play plugin
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")

addSbtPlugin("org.playframework" % "sbt-play-ebean" % "8.3.0")
2 changes: 1 addition & 1 deletion java/fileupload/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
twirl = "2.0.7"
play = "3.1.0-4009e5a0-SNAPSHOT"
play = "3.1.0-d1f1b9f8-SNAPSHOT"
junit = "4.13.2"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion java/fileupload/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// The Play plugin
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")
2 changes: 1 addition & 1 deletion java/forms/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
twirl = "2.0.7"
play = "3.1.0-4009e5a0-SNAPSHOT"
play = "3.1.0-d1f1b9f8-SNAPSHOT"
junit = "4.13.2"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion java/forms/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// The Play plugin
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")
2 changes: 1 addition & 1 deletion java/grpc/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.java.grpc.sample"

resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")

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

Expand Down
2 changes: 1 addition & 1 deletion java/hello-world/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
twirl = "2.0.7"
play = "3.1.0-4009e5a0-SNAPSHOT"
play = "3.1.0-d1f1b9f8-SNAPSHOT"
junit = "4.13.2"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion java/hello-world/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")
2 changes: 1 addition & 1 deletion java/jpa/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
twirl = "2.0.7"
play = "3.1.0-4009e5a0-SNAPSHOT"
play = "3.1.0-d1f1b9f8-SNAPSHOT"
play-ws = "3.0.0"
node = "7.0.2"
h2 = "2.2.224"
Expand Down
2 changes: 1 addition & 1 deletion java/jpa/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The Play plugin
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")

// Web plugins
addSbtPlugin("com.github.sbt" % "sbt-coffeescript" % "2.0.1")
Expand Down
2 changes: 1 addition & 1 deletion java/pekko-cluster/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
twirl = "2.0.7"
play = "3.1.0-4009e5a0-SNAPSHOT"
play = "3.1.0-d1f1b9f8-SNAPSHOT"
junit = "4.13.2"
pekko = "1.0.3"

Expand Down
2 changes: 1 addition & 1 deletion java/pekko-cluster/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// The Play plugin
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")
2 changes: 1 addition & 1 deletion java/rest-api/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
twirl = "2.0.7"
play = "3.1.0-4009e5a0-SNAPSHOT"
play = "3.1.0-d1f1b9f8-SNAPSHOT"
failsafe = "2.4.4"
url-builder = "1.1.5"
h2 = "2.2.224"
Expand Down
2 changes: 1 addition & 1 deletion java/rest-api/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The Play plugin
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")

// Load testing tool:
// https://gatling.io/docs/gatling/reference/current/extensions/sbt_plugin/
Expand Down
2 changes: 1 addition & 1 deletion java/starter/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
twirl = "2.0.7"
play = "3.1.0-4009e5a0-SNAPSHOT"
play = "3.1.0-d1f1b9f8-SNAPSHOT"
junit = "4.13.2"
h2 = "2.2.224"
assertj = "3.26.0"
Expand Down
2 changes: 1 addition & 1 deletion java/starter/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// The Play plugin
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")
2 changes: 1 addition & 1 deletion java/streaming/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
twirl = "2.0.7"
play = "3.1.0-4009e5a0-SNAPSHOT"
play = "3.1.0-d1f1b9f8-SNAPSHOT"
junit = "4.13.2"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion java/streaming/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Use the Play sbt plugin for Play projects
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")
2 changes: 1 addition & 1 deletion java/websocket/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
twirl = "2.0.7"
play = "3.1.0-4009e5a0-SNAPSHOT"
play = "3.1.0-d1f1b9f8-SNAPSHOT"
play-ws = "3.0.0"
node = "7.0.2"
webjars-play = "3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion java/websocket/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")

addSbtPlugin("com.github.sbt" % "sbt-less" % "2.0.1")

Expand Down
2 changes: 1 addition & 1 deletion scala/anorm/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// The Play plugin
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")
2 changes: 1 addition & 1 deletion scala/chatroom/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
twirl = "2.0.7"
play = "3.1.0-4009e5a0-SNAPSHOT"
play = "3.1.0-d1f1b9f8-SNAPSHOT"
webjars-play = "3.0.1"
jsoup = "1.17.2"
flot = "0.8.3-1"
Expand Down
2 changes: 1 addition & 1 deletion scala/chatroom/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")
2 changes: 1 addition & 1 deletion scala/compile-di/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
twirl = "2.0.7"
play = "3.1.0-4009e5a0-SNAPSHOT"
play = "3.1.0-d1f1b9f8-SNAPSHOT"
scalatestplus = "3.2.19.0"
scalatestplus-play = "7.0.1"

Expand Down
2 changes: 1 addition & 1 deletion scala/compile-di/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")
2 changes: 1 addition & 1 deletion scala/fileupload/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
twirl = "2.0.7"
play = "3.1.0-4009e5a0-SNAPSHOT"
play = "3.1.0-d1f1b9f8-SNAPSHOT"
scalatestplus = "3.2.19.0"
scalatestplus-play = "7.0.1"

Expand Down
2 changes: 1 addition & 1 deletion scala/fileupload/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// The Play plugin
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")
2 changes: 1 addition & 1 deletion scala/forms/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
twirl = "2.0.7"
play = "3.1.0-4009e5a0-SNAPSHOT"
play = "3.1.0-d1f1b9f8-SNAPSHOT"
scalatestplus = "3.2.19.0"
scalatestplus-play = "7.0.1"

Expand Down
2 changes: 1 addition & 1 deletion scala/forms/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")
2 changes: 1 addition & 1 deletion scala/grpc/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"

resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")

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

Expand Down
2 changes: 1 addition & 1 deletion scala/hello-world/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
twirl = "2.0.7"
play = "3.1.0-4009e5a0-SNAPSHOT"
play = "3.1.0-d1f1b9f8-SNAPSHOT"
scalatestplus = "3.2.19.0"
scalatestplus-play = "7.0.1"

Expand Down
2 changes: 1 addition & 1 deletion scala/hello-world/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")
2 changes: 1 addition & 1 deletion scala/isolated-slick/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ addSbtPlugin("com.github.tototoshi" % "sbt-slick-codegen" % "2.2.0")

// The Play plugin
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")
2 changes: 1 addition & 1 deletion scala/log4j2/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
twirl = "2.0.7"
play = "3.1.0-4009e5a0-SNAPSHOT"
play = "3.1.0-d1f1b9f8-SNAPSHOT"
scalatestplus = "3.2.19.0"
scalatestplus-play = "7.0.1"
log4j = "2.23.1"
Expand Down
2 changes: 1 addition & 1 deletion scala/log4j2/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// The Play plugin
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")
2 changes: 1 addition & 1 deletion scala/macwire-di/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
twirl = "2.0.7"
play = "3.1.0-4009e5a0-SNAPSHOT"
play = "3.1.0-d1f1b9f8-SNAPSHOT"
scalatestplus = "3.2.19.0"
scalatestplus-play = "7.0.1"
macwire = "2.5.9"
Expand Down
2 changes: 1 addition & 1 deletion scala/macwire-di/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")
2 changes: 1 addition & 1 deletion scala/rest-api/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
twirl = "2.0.7"
play = "3.1.0-4009e5a0-SNAPSHOT"
play = "3.1.0-d1f1b9f8-SNAPSHOT"
scala-guice = "6.0.0"
scala-uri = "4.0.3"
scalatestplus = "3.2.19.0"
Expand Down
2 changes: 1 addition & 1 deletion scala/rest-api/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The Play plugin
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")

// sbt-paradox, used for documentation
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7")
Expand Down
2 changes: 1 addition & 1 deletion scala/secure-session/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
twirl = "2.0.7"
play = "3.1.0-4009e5a0-SNAPSHOT"
play = "3.1.0-d1f1b9f8-SNAPSHOT"
scalatestplus = "3.2.19.0"
scalatestplus-play = "7.0.1"
pekko = "1.0.3"
Expand Down
2 changes: 1 addition & 1 deletion scala/secure-session/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// The Play plugin
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")
2 changes: 1 addition & 1 deletion scala/slick/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// The Play plugin
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")
2 changes: 1 addition & 1 deletion scala/starter/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
twirl = "2.0.7"
play = "3.1.0-4009e5a0-SNAPSHOT"
play = "3.1.0-d1f1b9f8-SNAPSHOT"
scalatestplus = "3.2.19.0"
scalatestplus-play = "7.0.1"

Expand Down
2 changes: 1 addition & 1 deletion scala/starter/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// The Play plugin
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")
2 changes: 1 addition & 1 deletion scala/streaming/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
twirl = "2.0.7"
play = "3.1.0-4009e5a0-SNAPSHOT"
play = "3.1.0-d1f1b9f8-SNAPSHOT"
scalatestplus = "3.2.19.0"
scalatestplus-play = "7.0.1"

Expand Down
2 changes: 1 addition & 1 deletion scala/streaming/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Use the Play sbt plugin for Play projects
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")
2 changes: 1 addition & 1 deletion scala/tls/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// The Play plugin
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")
2 changes: 1 addition & 1 deletion scala/websocket/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
twirl = "2.0.7"
play = "3.1.0-4009e5a0-SNAPSHOT"
play = "3.1.0-d1f1b9f8-SNAPSHOT"
play-ws = "3.0.0"
scalatestplus = "3.2.19.0"
scalatestplus-play = "7.0.1"
Expand Down
2 changes: 1 addition & 1 deletion scala/websocket/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")

addSbtPlugin("com.github.sbt" % "sbt-less" % "2.0.1")

Expand Down

0 comments on commit 22382f5

Please sign in to comment.