coursier / sbt-launcher   1.2.22

Apache License 2.0 GitHub

coursier-based sbt launcher

Scala versions: 2.12 2.10
sbt plugins: 1.0 0.13

This repository is deprecated, and will likely be archived in the near future. The default sbt launcher now uses coursier upfront to download the sbt class path, so that the launcher here doesn't bring any significant feature any more. It is advised to switch to the default sbt launcher rather than using the sbt launcher of this repository.

csbt

coursier-based sbt launcher

Build Status Maven Central

How to use

Grab the custom sbt-extras script relying on the launcher from this repository here:

$ curl -Lo sbt https://raw.githubusercontent.com/coursier/sbt-extras/master/sbt
$ chmod +x sbt
$ ./sbt …