Skip to content

Commit 76939aa

Browse files
authored
Update sbt 2 to 2.0.0-RC4 (#395)
1 parent 7a97260 commit 76939aa

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
@@ -60,7 +60,7 @@ lazy val plugin = project.enablePlugins(SbtPlugin).settings(
6060
pluginCrossBuild / sbtVersion := {
6161
scalaBinaryVersion.value match {
6262
case "2.12" => "1.2.8"
63-
case _ => "2.0.0-RC3"
63+
case _ => "2.0.0-RC4"
6464
}
6565
},
6666
conflictWarning := {

0 commit comments

Comments
 (0)