Skip to content

Commit

Permalink
Merge pull request #186 from http4s/tlJdkRelease11
Browse files Browse the repository at this point in the history
Release with JDK 11
  • Loading branch information
rossabaker committed Jun 5, 2024
2 parents 1c331d3 + 2575105 commit 1620b38
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 @@ -15,6 +15,7 @@ ThisBuild / tlSitePublishBranch := Some("main")
val Scala213 = "2.13.14"
ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.19", "3.3.3")
ThisBuild / scalaVersion := Scala213 // the default Scala
ThisBuild / tlJdkRelease := Some(11)
ThisBuild / githubWorkflowJavaVersions ~= {
// Jetty 10 bumps the requirement to Java 11
_.filter { case JavaSpec(_, major) => major.toInt >= 11 }
Expand Down

0 comments on commit 1620b38

Please sign in to comment.