Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández <[email protected]>
  • Loading branch information
alejandrohdezma authored Apr 16, 2024
1 parent deaa61c commit cca4a2e
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 @@ -15,7 +15,7 @@ ThisBuild / startYear := Some(2018)
ThisBuild / tlSonatypeUseLegacyHost := true

val Scala213 = "2.13.13"
ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.19", "3.2.2")
ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.19", "3.3.1")
ThisBuild / scalaVersion := Scala213 // the default Scala
ThisBuild / tlJdkRelease := Some(11)
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("11"))
Expand Down

0 comments on commit cca4a2e

Please sign in to comment.