Skip to content

Commit

Permalink
java specification 11
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergrabinski committed Oct 30, 2023
1 parent a58077e commit 894f78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ lazy val compilation = {
Seq(
scalaVersion := scalaCompilerVersion,
scalacOptions ~= { options: Seq[String] => options.filterNot(Set("-Wself-implicit", "-Xlint:infer-any", "-Wnonunit-statement")) },
javaSpecificationVersion := "17",
javaSpecificationVersion := "11",
javacOptions ++= Seq(
"-source",
javaSpecificationVersion.value,
Expand Down

0 comments on commit 894f78c

Please sign in to comment.