sbt, the interactive build tool
Go to file
Alexandre Archambault 22e194db90 Temporary workaround for coursier-based sbt launcher
Seems reload reloads sbt from the same classloader, which leaves the in
memory cache as is. When update is called, things are then picked from
the cache, and nothing gets logged, which makes the test fail.
2019-03-06 10:59:35 +01:00
metadata@a0752761c5 Use handmade metadata from separate repo 2018-10-01 16:55:27 +02:00
modules Temporary workaround for coursier-based sbt launcher 2019-03-06 10:59:35 +01:00
project Use coursier-based sbt launcher 2019-03-06 10:59:35 +01:00
scripts Tweak .travis.yml 2019-03-04 18:08:06 +01:00
.gitignore Clean-up .gitignore 2018-10-17 14:18:03 +02:00
.gitmodules Use handmade metadata from separate repo 2018-10-01 16:55:27 +02:00
.travis.yml Use coursier-based sbt launcher 2019-03-06 10:59:35 +01:00
LICENSE Add LICENSE file 2016-11-10 11:24:46 -08:00
README.md Keep only sbt plugins 2018-09-28 18:23:43 +02:00
appveyor.yml Use coursier-based sbt launcher 2019-03-06 10:59:35 +01:00
build.sbt Update scalatest to 3.0.6 (#40) 2019-02-28 16:16:45 +01:00

README.md

sbt-coursier

Build Status Build status (Windows) Maven Central

sbt plugins of coursier

See the coursier documentation for more details.