Skip to content

Commit d920c22

Browse files
committed
Build nit
1 parent fb54c5e commit d920c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ end MillGitCross
6262
def millBinaryVersion(millVersion: String) = millVersion match
6363
case version if version.startsWith("0.12") => "0.11" // 0.12.x is binary compatible with 0.11.x
6464
case version if version.startsWith("0.13") => "0.13.0-M0"
65-
case _ => throw new IllegalArgumentException(s"Unsupported Mill version: $millVersion")
65+
case _ => throw IllegalArgumentException(s"Unsupported Mill version: $millVersion")

0 commit comments

Comments
 (0)