Add custom sbt launcher

This commit is contained in:
Alexandre Archambault 2017-02-28 13:14:07 +01:00
parent b6295b2719
commit 630a780487
2 changed files with 2 additions and 1 deletions

BIN
csbt Executable file

Binary file not shown.

View File

@ -1,10 +1,11 @@
#!/usr/bin/env bash
set -e
COURSIER_VERSION=1.0.0-SNAPSHOT
COURSIER_VERSION=1.0.0-M15-2
"$(dirname "$0")/../coursier" bootstrap \
"io.get-coursier:sbt-launcher_2.12:$COURSIER_VERSION" \
-r sonatype:releases \
-i launcher \
-I launcher:org.scala-sbt:launcher-interface:1.0.0 \
-o csbt \