Skip to content

Commit

Permalink
(fix #5067) Drop Java 8 Targeting
Browse files Browse the repository at this point in the history
  • Loading branch information
clairemcginty committed Jan 24, 2024
1 parent 91d4d80 commit ff48046
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 @@ -221,7 +221,7 @@ val scala212 = "2.12.18"
val scalaDefault = scala213

// compiler settings
ThisBuild / tlJdkRelease := Some(8)
ThisBuild / tlJdkRelease := Some(11)
ThisBuild / tlFatalWarnings := false
ThisBuild / scalaVersion := scalaDefault
ThisBuild / crossScalaVersions := Seq(scalaDefault, scala212)
Expand Down

0 comments on commit ff48046

Please sign in to comment.