Skip to content

Commit

Permalink
Merge pull request #51 from Banno/sam/scala-bumps
Browse files Browse the repository at this point in the history
bump scala 2.12, 2.13, and scalafix
  • Loading branch information
samspills authored Oct 2, 2024
2 parents a666985 + d9b86e2 commit eb44bfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.14"
val scalafixV = "0.12.1"
val Scala213 = "2.13.15"
val scalafixV = "0.13.0"

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

0 comments on commit eb44bfd

Please sign in to comment.