diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 3b5f98f..a4c11bd 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -37,7 +37,7 @@ jobs: - "check-docs" uses: playframework/.github/.github/workflows/cmd.yml@v4 with: - java: 21, 17 + java: 25, 21, 17 # Symbolic lanes resolve to exact versions in project/Dependencies.scala. scala: 2.12.x, 2.13.x, 3.3.x, 3.9.x, 3.next cmd: sbt -Dscala.version=$MATRIX_SCALA testFull diff --git a/project/build.properties b/project/build.properties index b8bf4e0..e09e7f3 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,4 +1,4 @@ # # Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. # -sbt.version=2.0.8 +sbt.version=2.1.0-M1