We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9f1fa6 + 4121073 commit a098c13Copy full SHA for a098c13
sbt-dotty/src/dotty/tools/sbtplugin/DottyPlugin.scala
@@ -264,7 +264,7 @@ object DottyPlugin extends AutoPlugin {
264
scalaBinaryVersion := {
265
scalaVersion.value.split("[\\.-]").toList match {
266
case "0" :: minor :: _ => s"0.$minor"
267
- case "3" :: "0" :: "0" :: milestone :: _ =>
+ case "3" :: "0" :: "0" :: milestone :: _ if milestone.startsWith("M") || milestone.startsWith("RC") =>
268
s"3.0.0-$milestone"
269
case "3" :: _ =>
270
"3"
0 commit comments