We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c75d374 commit 761fb82Copy full SHA for 761fb82
1 file changed
build.sbt
@@ -64,7 +64,7 @@ lazy val plugin = project.enablePlugins(SbtPlugin, ScriptedPlugin).settings(
64
scalaBinaryVersion.value match {
65
case "2.12" =>
66
if (scala.util.Properties.isJavaAtLeast("17")) "1.9.0" else "1.2.8"
67
- case _ => "2.0.0-RC4"
+ case _ => "2.0.0-RC6"
68
}
69
},
70
conflictWarning := {
0 commit comments