Skip to content

Commit e9146a4

Browse files
committed
Dependencies with latest milestone that support jakarta.inject
1 parent af34e6c commit e9146a4

File tree

39 files changed

+47
-47
lines changed

39 files changed

+47
-47
lines changed

java/chatroom/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lazy val root = (project in file("."))
99
crossScalaVersions := Seq("2.13.16", "3.3.4"),
1010
scalaVersion := crossScalaVersions.value.head,
1111
libraryDependencies ++= Seq(
12-
"org.webjars" %% "webjars-play" % "3.0.1",
12+
"org.webjars" %% "webjars-play" % "3.1.0-M1",
1313
"org.webjars" % "flot" % "0.8.3",
1414
"org.webjars" % "bootstrap" % "3.4.1",
1515
guice,

java/chatroom/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
twirl = "2.0.7"
33
play = "3.1.0-2c77ebef-SNAPSHOT"
44
junit = "4.13.2"
5-
webjars-play = "3.0.0"
5+
webjars-play = "3.1.0-M1"
66
flot = "0.8.3-1"
77
bootstrap = "3.4.1"
88
assertj = "3.27.2"

java/ebean/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
22
twirl = "2.0.7"
33
play = "3.1.0-2c77ebef-SNAPSHOT"
4-
play-ebean = "8.3.0"
5-
ebean = "15.1.0" # Sync with Play Ebean version https://github.com/playframework/play-ebean/blob/main/project/Dependencies.scala#L19
4+
play-ebean = "9.0.0-M1"
5+
ebean = "15.8.1" # Sync with Play Ebean version https://github.com/playframework/play-ebean/blob/main/project/Dependencies.scala#L19
66
h2 = "2.3.232"
77
junit = "4.13.2"
88
assertj = "3.27.2"

java/ebean/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
33
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-2c77ebef-SNAPSHOT")
44

5-
addSbtPlugin("org.playframework" % "sbt-play-ebean" % "8.3.0")
5+
addSbtPlugin("org.playframework" % "sbt-play-ebean" % "9.0.0-M1")

java/grpc/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
enablePlugins(BuildInfoPlugin)
2-
val playGrpcV = "0.12.1"
2+
val playGrpcV = "0.13.0-M1"
33
buildInfoKeys := Seq[BuildInfoKey]("playGrpcVersion" -> playGrpcV)
44
buildInfoPackage := "play.java.grpc.sample"
55

java/jpa/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
twirl = "2.0.7"
33
play = "3.1.0-2c77ebef-SNAPSHOT"
4-
play-ws = "3.0.0"
4+
play-ws = "3.1.0-M4"
55
node = "7.1.0"
66
h2 = "2.3.232"
77
hibernate = "6.6.4.Final"

java/rest-api/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ h2 = "2.3.232"
77
hibernate = "6.6.4.Final"
88
metrics = "4.2.29"
99
junit = "4.13.2"
10-
scalatestplus-play = "7.0.1"
10+
scalatestplus-play = "8.0.0-M1"
1111

1212
[libraries]
1313
failsafe = { group = "net.jodah", name = "failsafe", version.ref = "failsafe" }

java/websocket/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ lazy val root = (project in file("."))
1111
libraryDependencies ++= Seq(
1212
guice,
1313
ws,
14-
"org.webjars" %% "webjars-play" % "3.0.1",
14+
"org.webjars" %% "webjars-play" % "3.1.0-M1",
1515
"org.webjars" % "flot" % "0.8.3-1",
1616
"org.webjars" % "bootstrap" % "3.3.7-1",
1717
"org.assertj" % "assertj-core" % "3.26.0" % Test,

java/websocket/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[versions]
22
twirl = "2.0.7"
33
play = "3.1.0-2c77ebef-SNAPSHOT"
4-
play-ws = "3.0.0"
4+
play-ws = "3.1.0-M4"
55
node = "7.1.0"
6-
webjars-play = "3.0.0"
6+
webjars-play = "3.1.0-M1"
77
flot = "0.8.3-1"
88
bootstrap = "3.4.1"
99
junit = "4.13.2"

scala/anorm/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lazy val root = (project in file("."))
1414
evolutions,
1515
"com.h2database" % "h2" % "2.3.232",
1616
"org.playframework.anorm" %% "anorm" % "2.8.1",
17-
"org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test,
17+
"org.scalatestplus.play" %% "scalatestplus-play" % "8.0.0-M1" % Test,
1818
),
1919
scalacOptions ++= List("-feature", "-Werror"),
2020
javacOptions ++= List("-Xlint:unchecked", "-Xlint:deprecation", "-Werror"),

0 commit comments

Comments
 (0)