Skip to content

Commit 80bef91

Browse files
authored
Merge pull request #194 from dwijnand/2123
Finish upgrading to Scala 2.12.3
2 parents 5d67a17 + cc15784 commit 80bef91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ object BuildSettings {
2929
scalaVersion := sys.props.getOrElse("mima.buildScalaVersion",
3030
(CrossVersion partialVersion (sbtVersion in pluginCrossBuild).value match {
3131
case Some((0, 13)) => "2.10.6"
32-
case Some((1, _)) => "2.12.2"
32+
case Some((1, _)) => "2.12.3"
3333
case _ => sys error s"Unhandled sbt version ${(sbtVersion in pluginCrossBuild).value}"
3434
})
3535
),

0 commit comments

Comments
 (0)