mirror of https://github.com/sbt/sbt.git
Update script
This commit is contained in:
parent
ad8eb31b68
commit
ade87bc78f
|
|
@ -6,7 +6,9 @@ COURSIER_VERSION=1.0.0-M15-2
|
|||
"$(dirname "$0")/../coursier" bootstrap \
|
||||
"io.get-coursier:sbt-launcher_2.12:$COURSIER_VERSION" \
|
||||
-r sonatype:releases \
|
||||
--no-default \
|
||||
-i launcher \
|
||||
-I launcher:org.scala-sbt:launcher-interface:1.0.0 \
|
||||
-o csbt \
|
||||
-J -Djline.shutdownhook=false
|
||||
-J -Djline.shutdownhook=false \
|
||||
"$@"
|
||||
|
|
|
|||
Loading…
Reference in New Issue