Skip to content

Commit

Permalink
Update org.playframework.play to v3.1.0-4009e5a0-SNAPSHOT (was `3…
Browse files Browse the repository at this point in the history
….0.*`)
  • Loading branch information
ihostage authored and mergify[bot] committed Jul 15, 2024
1 parent 73948d2 commit e2e111c
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 9 deletions.
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.0.2-773ecf9b-SNAPSHOT"
play = "3.1.0-4009e5a0-SNAPSHOT"
junit = "4.13.2"

[libraries]
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.0.2-773ecf9b-SNAPSHOT"
play = "3.1.0-4009e5a0-SNAPSHOT"
junit = "4.13.2"

[libraries]
Expand Down
1 change: 0 additions & 1 deletion java/jpa/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[versions]
twirl = "2.0.7"
play = "3.1.0-4009e5a0-SNAPSHOT"
#play = "3.0.1-03969c1e-SNAPSHOT"
play-ws = "3.0.0"
node = "7.0.2"
h2 = "2.2.224"
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.0.2-773ecf9b-SNAPSHOT"
play = "3.1.0-4009e5a0-SNAPSHOT"
failsafe = "2.4.4"
url-builder = "1.1.5"
h2 = "2.2.224"
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.0.2-773ecf9b-SNAPSHOT"
play = "3.1.0-4009e5a0-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.0.2-773ecf9b-SNAPSHOT"
play = "3.1.0-4009e5a0-SNAPSHOT"
play-ws = "3.0.0"
node = "7.0.2"
webjars-play = "3.0.0"
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.0.2-773ecf9b-SNAPSHOT"
play = "3.1.0-4009e5a0-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/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.0.2-773ecf9b-SNAPSHOT"
play = "3.1.0-4009e5a0-SNAPSHOT"
scalatestplus = "3.2.19.0"
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.0.2-773ecf9b-SNAPSHOT"
play = "3.1.0-4009e5a0-SNAPSHOT"
play-ws = "3.0.0"
scalatestplus = "3.2.19.0"
scalatestplus-play = "7.0.1"
Expand Down

0 comments on commit e2e111c

Please sign in to comment.