Skip to content

Commit b38a7de

Browse files
authored
Merge pull request sbt#378 from xuwei-k/sbt-2-final
sbt 2.0.0
2 parents b42161f + c9450da commit b38a7de

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-RC11"
27+
case _ => "2.0.0"
2828
}
2929
}
3030

0 commit comments

Comments
 (0)