Update scripts

This commit is contained in:
Alexandre Archambault 2017-03-06 10:14:28 +01:00
parent 1a42b83c38
commit f678e39cfa
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ CACHE_VERSION=v1
SBTPACK_LAUNCHER="$(dirname "$0")/../cli/target/pack/bin/coursier"
if [ ! -f "$SBTPACK_LAUNCHER" ]; then
sbt cli/pack
sbt ++2.11.8 cli/pack
fi
"$SBTPACK_LAUNCHER" bootstrap \

View File

@ -5,7 +5,7 @@ cd "$(dirname "$0")/.."
if [ ! -e cli/target/scala-2.11/proguard/coursier-standalone.jar ]; then
echo "Generating proguarded JAR..." 1>&2
sbt cli/proguard:proguard
sbt ++2.11.8 cli/proguard:proguard
fi
cat > coursier-standalone << EOF