Skip to content

Commit

Permalink
add scalac -release 8
Browse files Browse the repository at this point in the history
  • Loading branch information
tnielens committed Nov 25, 2023
1 parent db2f566 commit 738da29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def stdSettings(prjName: String) = Seq(
Compile / compile / scalacOptions ++=
optionsOn("2.13")("-Wconf:cat=unused-nowarn:s").value,
scalacOptions -= "-Xlint:infer-any",
scalacOptions ++= Seq("-release", "8"),
// workaround for bad constant pool issue
(Compile / doc) := Def.taskDyn {
val default = (Compile / doc).taskValue
Expand Down

0 comments on commit 738da29

Please sign in to comment.