Skip to content

Commit 0ee3fc4

Browse files
committed
download from Maven Central instead of from Github
1 parent a6f35a5 commit 0ee3fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ lazy val dockerSettings = Def.settings(
376376
val millVer = Dependencies.millMain.revision
377377
val millBin = s"$binDir/mill"
378378
val installMill = Seq(
379-
s"$curl $millBin https://github.com/com-lihaoyi/mill/releases/download/$millVer/$millVer",
379+
s"$curl $millBin https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/$millVer/mill",
380380
s"chmod +x $millBin"
381381
).mkString(" && ")
382382
val csBin = s"$binDir/cs"

0 commit comments

Comments
 (0)