Skip to content

Commit

Permalink
oops forgot to update this when I updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Feb 22, 2024
1 parent aa7d886 commit af31bd4
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 @@ -46,8 +46,8 @@ lazy val defaults = Seq(
sonatypeProfileName := "com.typesafe",
scalaVersion := crossScalaVersions.value.last,
crossScalaVersions := {
val supportedScala212Versions = (5 to 19).map(p => s"2.12.$p")
val supportedScala213Versions = (0 to 13).map(p => s"2.13.$p")
val supportedScala212Versions = (18 to 19).map(p => s"2.12.$p")
val supportedScala213Versions = (11 to 13).map(p => s"2.13.$p")
supportedScala212Versions ++ supportedScala213Versions
},
scalaMajorVersion := CrossVersion.partialVersion(scalaVersion.value).get._2.toInt,
Expand Down

0 comments on commit af31bd4

Please sign in to comment.