Skip to content
Merged
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
6 changes: 2 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ jobs:
needs: changes
if: ${{ (github.event_name != 'pull_request' && !failure() && !cancelled()) || contains(fromJSON(needs.changes.outputs.samples), 'java-grpc')}}
with:
# Can't test with Java 21+ currently because of https://github.com/lightbend/ssl-config/issues/367
java: 17
java: 17, 21
scala: 2.13.x, 3.x
gradle-build-root: java/grpc
add-dimensions: >-
Expand Down Expand Up @@ -337,8 +336,7 @@ jobs:
needs: changes
if: ${{ (github.event_name != 'pull_request' && !failure() && !cancelled()) || contains(fromJSON(needs.changes.outputs.samples), 'scala-grpc')}}
with:
# Can't test with Java 21+ currently because of https://github.com/lightbend/ssl-config/issues/367
java: 17
java: 17, 21
scala: 2.13.x, 3.x
gradle-build-root: scala/grpc
add-dimensions: >-
Expand Down
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.9"
play = "3.1.0-M2-573139bb-SNAPSHOT"
play = "3.1.0-M3"
junit = "4.13.2"
webjars-play = "3.1.0-M1"
flot = "0.8.3-1"
Expand Down
2 changes: 1 addition & 1 deletion java/chatroom/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// The Play plugin
resolvers += Resolver.sonatypeCentralSnapshots
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M2-573139bb-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M3")
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-M2-573139bb-SNAPSHOT"
play = "3.1.0-M3"
junit = "4.13.2"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion java/compile-di/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
resolvers += Resolver.sonatypeCentralSnapshots
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M2-573139bb-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M3")
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.9"
play = "3.1.0-M2-573139bb-SNAPSHOT"
play = "3.1.0-M3"
junit = "4.13.2"
dagger = "2.51.1"

Expand Down
2 changes: 1 addition & 1 deletion java/dagger2/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// The Play plugin
resolvers += Resolver.sonatypeCentralSnapshots
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M2-573139bb-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M3")
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.9"
play = "3.1.0-M2-573139bb-SNAPSHOT"
play = "3.1.0-M3"
play-ebean = "9.0.0-M1"
ebean = "15.11.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/ebean/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// The Play plugin
resolvers += Resolver.sonatypeCentralSnapshots
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M2-573139bb-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M3")

addSbtPlugin("org.playframework" % "sbt-play-ebean" % "9.0.0-M1")
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.9"
play = "3.1.0-M2-573139bb-SNAPSHOT"
play = "3.1.0-M3"
junit = "4.13.2"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion java/fileupload/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// The Play plugin
resolvers += Resolver.sonatypeCentralSnapshots
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M2-573139bb-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M3")
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.9"
play = "3.1.0-M2-573139bb-SNAPSHOT"
play = "3.1.0-M3"
junit = "4.13.2"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion java/forms/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// The Play plugin
resolvers += Resolver.sonatypeCentralSnapshots
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M2-573139bb-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M3")
2 changes: 0 additions & 2 deletions java/grpc/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ scalaVersion := "2.13.16"
crossScalaVersions := Seq("2.13.16", "3.3.6")
scalacOptions ++= List("-encoding", "utf8", "-deprecation", "-feature", "-unchecked")
javacOptions ++= List("-Xlint:unchecked", "-Xlint:deprecation")
// Needed for ssl-config to create self signed certificated under Java 17
Test / javaOptions ++= List("--add-exports=java.base/sun.security.x509=ALL-UNNAMED")

val CompileDeps = Seq(
guice,
Expand Down
15 changes: 2 additions & 13 deletions java/grpc/conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ play.modules {
# +------------ (HTTP/2) -------+
#
# The settings below configure the client that consumes "helloworld.GreeterService". Because a `host` and `port`
# are used, the client will directly point there. The `ssl-config` section of the settings is required because when
# running this example application we use a self-signed certificate. Therefore we need to tell the client to trust
# the invalid certificate.
# are used, the client will directly point there.
pekko.grpc.client {

"helloworld.GreeterService" {
Expand All @@ -56,17 +54,8 @@ pekko.grpc.client {
host = ${?DEPLOYMENT_SERVICE_NAME}
port = ${play.server.https.port}
use-tls = true
# The Authority on the requests must match the CN on the server certificate. The certificate on
# The Authority on the requests must match the CN on the server certificate. The self-signed certificate certificate on
# `conf/selfsigned.keystore` was issued to `localhost` so we must override the authority.
override-authority = "localhost"

# configure ssl to trust our fake certificate chain.
ssl-config {
trustManager = {
stores = [
{type = "JKS", path = ${user.dir}/conf/selfsigned.keystore}
]
}
}

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pekko/akka-grpc does not have a ssl-config settings key anymore
Since
apache/pekko-grpc@1c7e655
(see this commit's reference.conf)

Also see current reference.conf:
https://github.com/apache/pekko-grpc/blob/v1.1.1/runtime/src/main/resources/reference.conf

}
}
2 changes: 1 addition & 1 deletion java/grpc/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildInfoKeys := Seq[BuildInfoKey]("playGrpcVersion" -> playGrpcV)
buildInfoPackage := "play.java.grpc.sample"

resolvers += Resolver.sonatypeCentralSnapshots
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M2-573139bb-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M3")

addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7")

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.9"
play = "3.1.0-M2-573139bb-SNAPSHOT"
play = "3.1.0-M3"
junit = "4.13.2"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion java/hello-world/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
resolvers += Resolver.sonatypeCentralSnapshots
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M2-573139bb-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M3")
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.9"
play = "3.1.0-M2-573139bb-SNAPSHOT"
play = "3.1.0-M3"
node = "7.1.0"
h2 = "2.3.232"
hibernate = "6.6.19.Final"
Expand Down
2 changes: 1 addition & 1 deletion java/jpa/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The Play plugin
resolvers += Resolver.sonatypeCentralSnapshots
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M2-573139bb-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M3")

// Web plugins
addSbtPlugin("com.github.sbt" % "sbt-coffeescript" % "2.0.1")
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.9"
play = "3.1.0-M2-573139bb-SNAPSHOT"
play = "3.1.0-M3"
junit = "4.13.2"
pekko = "1.0.3"

Expand Down
2 changes: 1 addition & 1 deletion java/pekko-cluster/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// The Play plugin
resolvers += Resolver.sonatypeCentralSnapshots
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M2-573139bb-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M3")
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.9"
play = "3.1.0-M2-573139bb-SNAPSHOT"
play = "3.1.0-M3"
failsafe = "2.4.4"
url-builder = "1.1.5"
h2 = "2.3.232"
Expand Down
2 changes: 1 addition & 1 deletion java/rest-api/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The Play plugin
resolvers += Resolver.sonatypeCentralSnapshots
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M2-573139bb-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M3")

// Load testing tool:
// https://gatling.io/docs/gatling/reference/current/extensions/sbt_plugin/
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.9"
play = "3.1.0-M2-573139bb-SNAPSHOT"
play = "3.1.0-M3"
junit = "4.13.2"
h2 = "2.3.232"
assertj = "3.27.3"
Expand Down
2 changes: 1 addition & 1 deletion java/starter/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// The Play plugin
resolvers += Resolver.sonatypeCentralSnapshots
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M2-573139bb-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M3")
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.9"
play = "3.1.0-M2-573139bb-SNAPSHOT"
play = "3.1.0-M3"
junit = "4.13.2"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion java/streaming/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Use the Play sbt plugin for Play projects
resolvers += Resolver.sonatypeCentralSnapshots
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M2-573139bb-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M3")
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.9"
play = "3.1.0-M2-573139bb-SNAPSHOT"
play = "3.1.0-M3"
node = "7.1.0"
webjars-play = "3.1.0-M1"
flot = "0.8.3-1"
Expand Down
2 changes: 1 addition & 1 deletion java/websocket/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resolvers += Resolver.sonatypeCentralSnapshots
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M2-573139bb-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M3")

addSbtPlugin("com.github.sbt" % "sbt-less" % "2.0.1")

Expand Down
2 changes: 0 additions & 2 deletions scala/anorm/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,4 @@ lazy val root = (project in file("."))
),
scalacOptions ++= List("-feature", "-Werror"),
javacOptions ++= List("-Xlint:unchecked", "-Xlint:deprecation", "-Werror"),
// Needed for ssl-config to create self signed certificated under Java 17
Test / javaOptions ++= List("--add-exports=java.base/sun.security.x509=ALL-UNNAMED"),
)
2 changes: 1 addition & 1 deletion scala/anorm/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// The Play plugin
resolvers += Resolver.sonatypeCentralSnapshots
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M2-573139bb-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M3")
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.9"
play = "3.1.0-M2-573139bb-SNAPSHOT"
play = "3.1.0-M3"
webjars-play = "3.1.0-M1"
jsoup = "1.21.1"
flot = "0.8.3-1"
Expand Down
2 changes: 1 addition & 1 deletion scala/chatroom/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
resolvers += Resolver.sonatypeCentralSnapshots
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M2-573139bb-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M3")
2 changes: 0 additions & 2 deletions scala/compile-di/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@ lazy val root = (project in file("."))
"-feature",
"-Werror"
),
// Needed for ssl-config to create self signed certificated under Java 17
Test / javaOptions ++= List("--add-exports=java.base/sun.security.x509=ALL-UNNAMED"),
)
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.9"
play = "3.1.0-M2-573139bb-SNAPSHOT"
play = "3.1.0-M3"
scalatestplus = "3.2.19.1"
scalatestplus-play = "8.0.0-M2"

Expand Down
2 changes: 1 addition & 1 deletion scala/compile-di/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
resolvers += Resolver.sonatypeCentralSnapshots
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M2-573139bb-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M3")
2 changes: 0 additions & 2 deletions scala/fileupload/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ lazy val root = (project in file("."))
"-feature",
"-Werror"
),
// Needed for ssl-config to create self signed certificated under Java 17
Test / javaOptions ++= List("--add-exports=java.base/sun.security.x509=ALL-UNNAMED"),
)
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.9"
play = "3.1.0-M2-573139bb-SNAPSHOT"
play = "3.1.0-M3"
scalatestplus = "3.2.19.1"
scalatestplus-play = "8.0.0-M2"

Expand Down
2 changes: 1 addition & 1 deletion scala/fileupload/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// The Play plugin
resolvers += Resolver.sonatypeCentralSnapshots
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M2-573139bb-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M3")
2 changes: 0 additions & 2 deletions scala/forms/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@ lazy val root = (project in file("."))
"-feature",
"-Werror"
),
// Needed for ssl-config to create self signed certificated under Java 17
Test / javaOptions ++= List("--add-exports=java.base/sun.security.x509=ALL-UNNAMED"),
)
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.9"
play = "3.1.0-M2-573139bb-SNAPSHOT"
play = "3.1.0-M3"
scalatestplus = "3.2.19.1"
scalatestplus-play = "8.0.0-M2"

Expand Down
2 changes: 1 addition & 1 deletion scala/forms/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
resolvers += Resolver.sonatypeCentralSnapshots
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M2-573139bb-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M3")
2 changes: 0 additions & 2 deletions scala/grpc/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ val TestDeps = Seq(
scalaVersion := "2.13.16"
crossScalaVersions := Seq("2.13.16", "3.3.6")
scalacOptions ++= List("-encoding", "utf8", "-deprecation", "-feature", "-unchecked")
// Needed for ssl-config to create self signed certificated under Java 17
Test / javaOptions ++= List("--add-exports=java.base/sun.security.x509=ALL-UNNAMED")

// Make verbose tests
(Test / testOptions) := Seq(Tests.Argument(TestFrameworks.JUnit, "-a", "-v"))
Expand Down
15 changes: 2 additions & 13 deletions scala/grpc/conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ play.modules {
# +------------ (HTTP/2) -------+
#
# The settings below configure the client that consumes "helloworld.GreeterService". Because a `host` and `port`
# are used, the client will directly point there. The `ssl-config` section of the settings is required because when
# running this example application we use a self-signed certificate. Therefore we need to tell the client to trust
# the invalid certificate.
# are used, the client will directly point there.
pekko.grpc.client {

"helloworld.GreeterService" {
Expand All @@ -56,17 +54,8 @@ pekko.grpc.client {
host = ${?DEPLOYMENT_SERVICE_NAME}
port = ${play.server.https.port}
use-tls = true
# The Authority on the requests must match the CN on the server certificate. The certificate on
# The Authority on the requests must match the CN on the server certificate. The self-signed certificate certificate on
# `conf/selfsigned.keystore` was issued to `localhost` so we must override the authority.
override-authority = "localhost"

# configure ssl to trust our fake certificate chain.
ssl-config {
trustManager = {
stores = [
{type = "JKS", path = ${user.dir}/conf/selfsigned.keystore}
]
}
}
}
}
2 changes: 1 addition & 1 deletion scala/grpc/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildInfoKeys := Seq[BuildInfoKey]("playGrpcVersion" -> playGrpcV)
buildInfoPackage := "play.scala.grpc.sample"

resolvers += Resolver.sonatypeCentralSnapshots
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M2-573139bb-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M3")

addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7")

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.9"
play = "3.1.0-M2-573139bb-SNAPSHOT"
play = "3.1.0-M3"
scalatestplus = "3.2.19.1"
scalatestplus-play = "8.0.0-M2"

Expand Down
2 changes: 1 addition & 1 deletion scala/hello-world/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
resolvers += Resolver.sonatypeCentralSnapshots
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M2-573139bb-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M3")
2 changes: 1 addition & 1 deletion scala/isolated-slick/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ addSbtPlugin("com.github.tototoshi" % "sbt-slick-codegen" % "2.2.0")

// The Play plugin
resolvers += Resolver.sonatypeCentralSnapshots
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M2-573139bb-SNAPSHOT")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.1.0-M3")
2 changes: 0 additions & 2 deletions scala/log4j2/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,4 @@ lazy val root = (project in file("."))
"-feature",
"-Werror"
),
// Needed for ssl-config to create self signed certificated under Java 17
Test / javaOptions ++= List("--add-exports=java.base/sun.security.x509=ALL-UNNAMED"),
)
Loading
Loading