Skip to content

Commit bdedea3

Browse files
jtjeferreirakitbellew
authored andcommitted
Update sbt 2.0 to RC3
1 parent 8bee822 commit bdedea3

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-RC2"
63+
case _ => "2.0.0-RC3"
6464
}
6565
},
6666
conflictWarning := {

0 commit comments

Comments
 (0)