Skip to content

Commit

Permalink
bump scala versions
Browse files Browse the repository at this point in the history
  • Loading branch information
samspills committed Mar 4, 2024
1 parent f982748 commit 77663e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ ThisBuild / tlSonatypeUseLegacyHost := true // publish to oss.sonatype.org
// publish website from this branch
ThisBuild / tlSitePublishBranch := Some("main")

val Scala213 = "2.13.12"
val Scala213 = "2.13.13"
val scalafixV = "0.12.0"

ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.18")
ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.19")
ThisBuild / scalaVersion := Scala213 // the default Scala
ThisBuild / tlJdkRelease := Some(8) // the JVM to target
ThisBuild / githubWorkflowJavaVersions := Seq(
Expand Down

0 comments on commit 77663e3

Please sign in to comment.