Skip to content

Commit f9e70aa

Browse files
authored
Merge pull request #89 from xuwei-k/patch-1
sbt 2.0.0-RC6
2 parents a260909 + 96cc501 commit f9e70aa

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
@@ -49,7 +49,7 @@ lazy val root = (project in file("."))
4949
(pluginCrossBuild / sbtVersion) := {
5050
scalaBinaryVersion.value match {
5151
case "2.12" => "1.9.9"
52-
case _ => "2.0.0-RC5"
52+
case _ => "2.0.0-RC6"
5353
}
5454
}
5555
scriptedSbt := {

0 commit comments

Comments
 (0)