Skip to content

Commit

Permalink
Use "release:17" instead of java-output-version
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Oct 14, 2023
1 parent 88288ac commit 79a70b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ val commonSettings = Seq(
"-indent",
"-feature",
"-language:postfixOps",
"-Wunused:all"
"-Wunused:all",
"-release:17"
// "-Werror"
// Warnings as errors!
/* "-Xfatal-warnings" */
),
scalacOptions ++= Seq("-java-output-version", "17")
)
)

lazy val scalachess: Project = Project("scalachess", file(".")).settings(
Expand Down

0 comments on commit 79a70b4

Please sign in to comment.