Skip to content

Commit

Permalink
We are targeting JVM 17
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Jun 27, 2024
1 parent e2cee5e commit 85d4aa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- "check-docs"
uses: playframework/.github/.github/workflows/cmd.yml@v3
with:
java: 21, 17, 11
java: 21, 17
scala: 2.13.x, 3.x
cmd: sbt ++$MATRIX_SCALA 'testOnly -- xonly timefactor 5'

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Global / onLoad := (Global / onLoad).value.andThen { s =>

val javacSettings = Seq(
"--release",
"11",
"17",
"-Xlint:deprecation",
"-Xlint:unchecked"
)
Expand All @@ -34,7 +34,7 @@ val scalacOpts = Def.setting[Seq[String]] {

val common = Seq(
"-release",
"11",
"17",
"-deprecation",
"-encoding",
"UTF-8",
Expand Down

0 comments on commit 85d4aa9

Please sign in to comment.