We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7d886 commit af31bd4Copy full SHA for af31bd4
build.sbt
@@ -46,8 +46,8 @@ lazy val defaults = Seq(
46
sonatypeProfileName := "com.typesafe",
47
scalaVersion := crossScalaVersions.value.last,
48
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")
+ val supportedScala212Versions = (18 to 19).map(p => s"2.12.$p")
+ val supportedScala213Versions = (11 to 13).map(p => s"2.13.$p")
51
supportedScala212Versions ++ supportedScala213Versions
52
},
53
scalaMajorVersion := CrossVersion.partialVersion(scalaVersion.value).get._2.toInt,
0 commit comments