Skip to content

Commit 047b0f1

Browse files
committed
fix typo
1 parent d81e414 commit 047b0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inThisBuild(List(
99
scalaVersion := (sys.env.get("CI_SCALA_VERSION") match {
1010
case Some("2.13") => scala213
1111
case Some("2.12") => scala212
12-
case Some("2.12.next") => scala212 // and then overriden by ScalaNightlyPlugin
12+
case Some("2.12.next") => scala212 // and then overridden by ScalaNightlyPlugin
1313
case None => scala212
1414
case tsv => sys.error(s"Unknown CI_SCALA_VERSION $tsv")
1515
}),

0 commit comments

Comments
 (0)