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 d81e414 commit 047b0f1Copy full SHA for 047b0f1
build.sbt
@@ -9,7 +9,7 @@ inThisBuild(List(
9
scalaVersion := (sys.env.get("CI_SCALA_VERSION") match {
10
case Some("2.13") => scala213
11
case Some("2.12") => scala212
12
- case Some("2.12.next") => scala212 // and then overriden by ScalaNightlyPlugin
+ case Some("2.12.next") => scala212 // and then overridden by ScalaNightlyPlugin
13
case None => scala212
14
case tsv => sys.error(s"Unknown CI_SCALA_VERSION $tsv")
15
}),
0 commit comments