We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925c920 commit 795e5cfCopy full SHA for 795e5cf
.github/workflows/publish-smoke-test-play-images.yml
@@ -15,10 +15,6 @@ jobs:
15
with:
16
project: ":smoke-tests:images:play"
17
publish: true
18
- # Play doesn't support Java 16+ yet
19
- # https://github.com/playframework/playframework/pull/10819
20
- skip-java-17: true
21
- skip-java-21: true
22
23
workflow-notification:
24
needs:
smoke-tests/images/play/build.gradle.kts
@@ -9,8 +9,8 @@ plugins {
9
id("org.gradle.playframework") version "0.14"
10
}
11
12
-val playVer = "2.8.22"
13
-val scalaVer = "2.12"
+val playVer = "2.9.5"
+val scalaVer = "2.13"
14
play {
platform {
0 commit comments