Skip to content

Commit

Permalink
Download coursier when running bloop
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Oct 28, 2019
1 parent 500bffb commit 10b9ba9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/test.sh
Expand Up @@ -4,6 +4,7 @@ function bloop_version {
grep "val bloop" build.sbt | sed 's|[^0-9.]||g'
}

curl -Lo coursier https://git.io/coursier-cli && chmod +x coursier
coursier launch ch.epfl.scala:bloopgun-core_2.12:$(bloop_version) -- about

sbt "$1"
Expand Down

0 comments on commit 10b9ba9

Please sign in to comment.