Skip to content

Commit 761fb82

Browse files
authored
sbt 2.0.0-RC6 (#410)
1 parent c75d374 commit 761fb82

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
@@ -64,7 +64,7 @@ lazy val plugin = project.enablePlugins(SbtPlugin, ScriptedPlugin).settings(
6464
scalaBinaryVersion.value match {
6565
case "2.12" =>
6666
if (scala.util.Properties.isJavaAtLeast("17")) "1.9.0" else "1.2.8"
67-
case _ => "2.0.0-RC4"
67+
case _ => "2.0.0-RC6"
6868
}
6969
},
7070
conflictWarning := {

0 commit comments

Comments
 (0)