Skip to content

Commit 22382f5

Browse files
committed
Update org.playframework.play to 3.1.0-d1f1b9f8-SNAPSHOT (was v3.1.0-4009e5a0-SNAPSHOT)
1 parent e2e111c commit 22382f5

File tree

56 files changed

+56
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+56
-56
lines changed

java/chatroom/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
twirl = "2.0.7"
3-
play = "3.1.0-4009e5a0-SNAPSHOT"
3+
play = "3.1.0-d1f1b9f8-SNAPSHOT"
44
junit = "4.13.2"
55
webjars-play = "3.0.0"
66
flot = "0.8.3-1"

java/chatroom/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// The Play plugin
22
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
3-
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
3+
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")

java/compile-di/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
play = "3.1.0-4009e5a0-SNAPSHOT"
2+
play = "3.1.0-d1f1b9f8-SNAPSHOT"
33
junit = "4.13.2"
44

55
[libraries]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
2-
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
2+
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")

java/dagger2/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
twirl = "2.0.7"
3-
play = "3.1.0-4009e5a0-SNAPSHOT"
3+
play = "3.1.0-d1f1b9f8-SNAPSHOT"
44
junit = "4.13.2"
55
dagger = "2.51.1"
66

java/dagger2/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// The Play plugin
22
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
3-
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
3+
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")

java/ebean/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
twirl = "2.0.7"
3-
play = "3.1.0-4009e5a0-SNAPSHOT"
3+
play = "3.1.0-d1f1b9f8-SNAPSHOT"
44
play-ebean = "8.3.0"
55
ebean = "15.1.0" # Sync with Play Ebean version https://github.com/playframework/play-ebean/blob/main/project/Dependencies.scala#L19
66
h2 = "2.2.224"

java/ebean/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The Play plugin
22
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
3-
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
3+
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")
44

55
addSbtPlugin("org.playframework" % "sbt-play-ebean" % "8.3.0")

java/fileupload/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
twirl = "2.0.7"
3-
play = "3.1.0-4009e5a0-SNAPSHOT"
3+
play = "3.1.0-d1f1b9f8-SNAPSHOT"
44
junit = "4.13.2"
55

66
[libraries]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// The Play plugin
22
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
3-
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-4009e5a0-SNAPSHOT")
3+
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-d1f1b9f8-SNAPSHOT")

0 commit comments

Comments
 (0)