Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Jan 27, 2025
1 parent 81f27a7 commit 364dc56
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 @@ -17,7 +17,7 @@ inThisBuild(Seq[Setting[_]](
scalacOptions := Seq("-feature", "-deprecation", "-Xlint", "-Werror"),
githubWorkflowOSes := Seq("ubuntu-latest", "macos-latest"),
githubWorkflowJavaVersions := Seq(
JavaSpec.temurin("8"),
JavaSpec.zulu("8"), // macos-latest lacks Temurin 8
JavaSpec.temurin("11"),
JavaSpec.temurin("17"),
JavaSpec.temurin("21"),
Expand Down

0 comments on commit 364dc56

Please sign in to comment.