Skip to content

Releases: coursier/sbt-coursier

v2.0.0-RC6-2

16 Mar 11:29
29208b6
Compare
Choose a tag to compare
v2.0.0-RC6-2 Pre-release
Pre-release

Expose more parameters in CoursierConfiguration

One can now adjust the TTL, the verbosity level, the checksums, and the cache policies via CoursierConfiguration, accessible via csrConfiguration in sbt. Once sbt switches to this lm-coursier version, use like

import scala.concurrent.duration.DurationInt
import lmcoursier.definitions.CachePolicy
csrConfiguration := csrConfiguration.value
  .withTtl(1.minute)
  .withVerbosityLevel(-1) // -1: quiet
  .withCachePolicies(Seq(CachePolicy.LocalOnly)) // see the other CachePolicy instances too

Added in #205, thanks to @cchepelov

Updates

  • Switch to coursier 2.0.0-RC6-10

v2.0.0-RC6-1

05 Feb 18:19
0849574
Compare
Choose a tag to compare
v2.0.0-RC6-1 Pre-release
Pre-release

Deterministic artifact order

Artifacts are now ordered in "classpath order", rather than the former undefined / non-deterministic ordering. Now if you depend on a, and a depends on b, a.jar will appear before b.jar.

Disable with csrConfiguration ~= (_.withClasspathOrder(false)).

(#187, thanks to @dwijnand))

Updates

  • Switch to sbt 1.3.8

v2.0.0-RC6

03 Feb 20:35
f8bd86b
Compare
Choose a tag to compare
v2.0.0-RC6 Pre-release
Pre-release
  • Switch to sbt 1.3.7
  • Switch to coursier 2.0.0-RC6

v2.0.0-RC5-3

08 Jan 01:02
4db32f6
Compare
Choose a tag to compare
v2.0.0-RC5-3 Pre-release
Pre-release

v2.0.0-RC5-2

22 Nov 17:19
Compare
Choose a tag to compare
v2.0.0-RC5-2 Pre-release
Pre-release

.

v2.0.0-RC5-1

21 Nov 00:16
Compare
Choose a tag to compare
v2.0.0-RC5-1 Pre-release
Pre-release

.

v2.0.0-RC4-1

18 Oct 11:39
ce2544d
Compare
Choose a tag to compare
v2.0.0-RC4-1 Pre-release
Pre-release

.

v2.0.0-RC4

14 Oct 12:08
b27615c
Compare
Choose a tag to compare
v2.0.0-RC4 Pre-release
Pre-release

.

v2.0.0-RC3-6

16 Sep 21:18
737a767
Compare
Choose a tag to compare
v2.0.0-RC3-6 Pre-release
Pre-release

.

v2.0.0-RC3-5

12 Sep 08:13
f99fa80
Compare
Choose a tag to compare
v2.0.0-RC3-5 Pre-release
Pre-release

.