Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update org.playframework.play to v3.1.0-70605848-SNAPSHOT (was 3.1.0-d1f1b9f8-SNAPSHOT) #735

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-d1f1b9f8-SNAPSHOT"
play = "3.1.0-70605848-SNAPSHOT"
junit = "4.13.2"
webjars-play = "3.0.0"
flot = "0.8.3-1"
Expand Down
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-d1f1b9f8-SNAPSHOT"
play = "3.1.0-70605848-SNAPSHOT"
junit = "4.13.2"

[libraries]
Expand Down
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-d1f1b9f8-SNAPSHOT"
play = "3.1.0-70605848-SNAPSHOT"
junit = "4.13.2"
dagger = "2.51.1"

Expand Down
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-d1f1b9f8-SNAPSHOT"
play = "3.1.0-70605848-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.3.232"
Expand Down
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-d1f1b9f8-SNAPSHOT"
play = "3.1.0-70605848-SNAPSHOT"
junit = "4.13.2"

[libraries]
Expand Down
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-d1f1b9f8-SNAPSHOT"
play = "3.1.0-70605848-SNAPSHOT"
junit = "4.13.2"

[libraries]
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-d1f1b9f8-SNAPSHOT"
play = "3.1.0-70605848-SNAPSHOT"
junit = "4.13.2"

[libraries]
Expand Down
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-d1f1b9f8-SNAPSHOT"
play = "3.1.0-70605848-SNAPSHOT"
play-ws = "3.0.0"
node = "7.1.0"
h2 = "2.3.232"
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-d1f1b9f8-SNAPSHOT"
play = "3.1.0-70605848-SNAPSHOT"
junit = "4.13.2"
pekko = "1.0.3"

Expand Down
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-d1f1b9f8-SNAPSHOT"
play = "3.1.0-70605848-SNAPSHOT"
failsafe = "2.4.4"
url-builder = "1.1.5"
h2 = "2.3.232"
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-d1f1b9f8-SNAPSHOT"
play = "3.1.0-70605848-SNAPSHOT"
junit = "4.13.2"
h2 = "2.3.232"
assertj = "3.26.3"
Expand Down
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-d1f1b9f8-SNAPSHOT"
play = "3.1.0-70605848-SNAPSHOT"
junit = "4.13.2"

[libraries]
Expand Down
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-d1f1b9f8-SNAPSHOT"
play = "3.1.0-70605848-SNAPSHOT"
play-ws = "3.0.0"
node = "7.1.0"
webjars-play = "3.0.0"
Expand Down
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-d1f1b9f8-SNAPSHOT"
play = "3.1.0-70605848-SNAPSHOT"
webjars-play = "3.0.1"
jsoup = "1.17.2"
flot = "0.8.3-1"
Expand Down
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-d1f1b9f8-SNAPSHOT"
play = "3.1.0-70605848-SNAPSHOT"
scalatestplus = "3.2.19.1"
scalatestplus-play = "7.0.1"

Expand Down
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-d1f1b9f8-SNAPSHOT"
play = "3.1.0-70605848-SNAPSHOT"
scalatestplus = "3.2.19.1"
scalatestplus-play = "7.0.1"

Expand Down
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-d1f1b9f8-SNAPSHOT"
play = "3.1.0-70605848-SNAPSHOT"
scalatestplus = "3.2.19.1"
scalatestplus-play = "7.0.1"

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-d1f1b9f8-SNAPSHOT"
play = "3.1.0-70605848-SNAPSHOT"
scalatestplus = "3.2.19.1"
scalatestplus-play = "7.0.1"

Expand Down
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-d1f1b9f8-SNAPSHOT"
play = "3.1.0-70605848-SNAPSHOT"
scalatestplus = "3.2.19.1"
scalatestplus-play = "7.0.1"
log4j = "2.23.1"
Expand Down
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-d1f1b9f8-SNAPSHOT"
play = "3.1.0-70605848-SNAPSHOT"
scalatestplus = "3.2.19.1"
scalatestplus-play = "7.0.1"
macwire = "2.6.2"
Expand Down
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-d1f1b9f8-SNAPSHOT"
play = "3.1.0-70605848-SNAPSHOT"
scala-guice = "6.0.0"
scala-uri = "4.0.3"
scalatestplus = "3.2.19.1"
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-d1f1b9f8-SNAPSHOT"
play = "3.1.0-70605848-SNAPSHOT"
scalatestplus = "3.2.19.1"
scalatestplus-play = "7.0.1"
pekko = "1.0.3"
Expand Down
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-d1f1b9f8-SNAPSHOT"
play = "3.1.0-70605848-SNAPSHOT"
scalatestplus = "3.2.19.1"
scalatestplus-play = "7.0.1"

Expand Down
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-d1f1b9f8-SNAPSHOT"
play = "3.1.0-70605848-SNAPSHOT"
scalatestplus = "3.2.19.1"
scalatestplus-play = "7.0.1"

Expand Down
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-d1f1b9f8-SNAPSHOT"
play = "3.1.0-70605848-SNAPSHOT"
play-ws = "3.0.0"
scalatestplus = "3.2.19.1"
scalatestplus-play = "7.0.1"
Expand Down
Loading