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.
2 parents a00925e + e19cc6a commit 76d0d82Copy full SHA for 76d0d82
.github/workflows/build-test.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: playframework/.github/.github/workflows/cmd.yml@v3
19
with:
20
java: 17, 11, 8
21
- scala: 2.12.20, 3.7.2
+ scala: 2.12.20, 3.7.3
22
cmd: |
23
sbt ++$MATRIX_SCALA validate
24
build.sbt
@@ -13,7 +13,7 @@ developers += Developer(
13
url("https://github.com/playframework")
14
)
15
16
-crossScalaVersions := Seq("2.12.20", "3.7.2")
+crossScalaVersions := Seq("2.12.20", "3.7.3")
17
ThisBuild / (pluginCrossBuild / sbtVersion) := {
scalaBinaryVersion.value match {
case "2.12" => "1.11.7"
0 commit comments