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 80afc1b commit c197b5aCopy full SHA for c197b5a
build.sbt
@@ -50,7 +50,7 @@ lazy val defaults = Seq(
50
// 2.11.6 is the first to be supported and we skip 2.11.9 and 2.11.10
51
val supportedScala211Versions = Seq("2.11.6", "2.11.7", "2.11.8", "2.11.11", "2.11.12")
52
// Scala 2.12.[0-2] are not supported
53
- val supportedScala212Versions = (3 to 13).map(p => s"2.12.$p")
+ val supportedScala212Versions = (3 to 14).map(p => s"2.12.$p")
54
val supportedScala213Versions = (0 to 6).map(p => s"2.13.$p")
55
supportedScala211Versions ++ supportedScala212Versions ++ supportedScala213Versions
56
},
0 commit comments