Skip to content

Commit d508ef7

Browse files
committed
Latest play milestone
1 parent 952e389 commit d508ef7

56 files changed

Lines changed: 56 additions & 56 deletions

File tree

Some content is hidden

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

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.1.0-M9"
3-
play = "3.1.0-M5"
3+
play = "3.1.0-M7"
44
junit = "4.13.2"
55
webjars-play = "3.1.0-M5"
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.sonatypeCentralSnapshots
3-
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M5")
3+
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M7")

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-M5"
2+
play = "3.1.0-M7"
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.sonatypeCentralSnapshots
2-
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M5")
2+
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M7")

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.1.0-M9"
3-
play = "3.1.0-M5"
3+
play = "3.1.0-M7"
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.sonatypeCentralSnapshots
3-
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M5")
3+
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M7")

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.1.0-M9"
3-
play = "3.1.0-M5"
3+
play = "3.1.0-M7"
44
play-ebean = "9.0.0-M1"
55
ebean = "15.11.0" # Sync with Play Ebean version https://github.com/playframework/play-ebean/blob/main/project/Dependencies.scala#L19
66
h2 = "2.3.232"

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.sonatypeCentralSnapshots
3-
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M5")
3+
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M7")
44

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

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.1.0-M9"
3-
play = "3.1.0-M5"
3+
play = "3.1.0-M7"
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.sonatypeCentralSnapshots
3-
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M5")
3+
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M7")

0 commit comments

Comments
 (0)