Skip to content

Commit 7a13eb5

Browse files
committed
Update coursier binary URL for Docker container
The old URL pointed at an old Coursier binary that was unable to resolve `--jvm 17`. I verified locally that the new binary works as expected.
1 parent 5d347ba commit 7a13eb5

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
@@ -235,7 +235,7 @@ lazy val cli = project
235235
"curl",
236236
"-fLo",
237237
"/usr/local/bin/coursier",
238-
"https://git.io/coursier-cli"
238+
"https://github.com/coursier/launchers/raw/master/coursier"
239239
)
240240
run("chmod", "+x", "/usr/local/bin/coursier")
241241

0 commit comments

Comments
 (0)