Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 979 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 979 Bytes

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 …