Skip to content

Commit 6b237d1

Browse files
authored
Merge pull request sbt#360 from xuwei-k/sbt-RC10
sbt 2.0.0-RC10
2 parents 33ce000 + 462115f commit 6b237d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ libraryDependencies ++= Seq(
2424
(pluginCrossBuild / sbtVersion) := {
2525
scalaBinaryVersion.value match {
2626
case "2.12" => "1.5.8"
27-
case _ => "2.0.0-RC9"
27+
case _ => "2.0.0-RC10"
2828
}
2929
}
3030

0 commit comments

Comments
 (0)