Skip to content

Commit af31bd4

Browse files
committed
oops forgot to update this when I updated CI
1 parent aa7d886 commit af31bd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ lazy val defaults = Seq(
4646
sonatypeProfileName := "com.typesafe",
4747
scalaVersion := crossScalaVersions.value.last,
4848
crossScalaVersions := {
49-
val supportedScala212Versions = (5 to 19).map(p => s"2.12.$p")
50-
val supportedScala213Versions = (0 to 13).map(p => s"2.13.$p")
49+
val supportedScala212Versions = (18 to 19).map(p => s"2.12.$p")
50+
val supportedScala213Versions = (11 to 13).map(p => s"2.13.$p")
5151
supportedScala212Versions ++ supportedScala213Versions
5252
},
5353
scalaMajorVersion := CrossVersion.partialVersion(scalaVersion.value).get._2.toInt,

0 commit comments

Comments
 (0)