diff --git a/coursier b/coursier index d441c036b..2a25b61d2 100755 Binary files a/coursier and b/coursier differ diff --git a/project/generate-launcher.sh b/project/generate-launcher.sh index 4d8c0c088..9262d7f2c 100755 --- a/project/generate-launcher.sh +++ b/project/generate-launcher.sh @@ -5,7 +5,8 @@ CACHE_VERSION=v1 "$(dirname "$0")/../cli/target/pack/bin/coursier" bootstrap \ com.github.alexarchambault:coursier-cli_2.11:$VERSION \ - -r https://oss.sonatype.org/content/repositories/staging \ + --no-default \ + -r central \ -D "\${user.home}/.coursier/bootstrap/$VERSION" \ -b \ -f -o coursier \