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.
2 parents 5d67a17 + cc15784 commit 80bef91Copy full SHA for 80bef91
project/Build.scala
@@ -29,7 +29,7 @@ object BuildSettings {
29
scalaVersion := sys.props.getOrElse("mima.buildScalaVersion",
30
(CrossVersion partialVersion (sbtVersion in pluginCrossBuild).value match {
31
case Some((0, 13)) => "2.10.6"
32
- case Some((1, _)) => "2.12.2"
+ case Some((1, _)) => "2.12.3"
33
case _ => sys error s"Unhandled sbt version ${(sbtVersion in pluginCrossBuild).value}"
34
})
35
),
0 commit comments