We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb54c5e commit d920c22Copy full SHA for d920c22
build.mill
@@ -62,4 +62,4 @@ end MillGitCross
62
def millBinaryVersion(millVersion: String) = millVersion match
63
case version if version.startsWith("0.12") => "0.11" // 0.12.x is binary compatible with 0.11.x
64
case version if version.startsWith("0.13") => "0.13.0-M0"
65
- case _ => throw new IllegalArgumentException(s"Unsupported Mill version: $millVersion")
+ case _ => throw IllegalArgumentException(s"Unsupported Mill version: $millVersion")
0 commit comments