Releases: coursier/interface
Releases · coursier/interface
v0.0.22
- Update coursier to
2.0.0-RC6-13
v0.0.21
- Allow to get the full dependency list via
Fetch
v0.0.20
- Add support for
ResolutionParams.scalaVersion
v0.0.19
- Update coursier from
2.0.0-RC6
to2.0.0-RC6-10
. Most notable change: artifacts are now deterministically ordered by default.
v0.0.18
- Switch to coursier
2.0.0-RC6
v0.0.17
- Update coursier to
2.0.0-RC5-6
v0.0.16
- Switch to coursier
2.0.0-RC5-3
- Add
coursierapi.Versions
, allowing to list the available versions of a module - Rename
coursierapi.Fetch.withFetchCache
tocoursierapi.Fetch.withFetchCacheIKnowWhatImDoing
, emphasizing that it only returns validFile
s, not validArtifact
details. The formerwithFetchCache
is now a no-op.
v0.0.15
- Publish a module shading scala 2.12 rather than 2.13, as
io.get-coursier:interface-scala-2.12-shaded
. (Can be useful in contexts preferring scala 2.12 bytecode over 2.13 one - when running GraalVM native-image for example.)
v0.0.14
- Switch to coursier
2.0.0-RC5-2
v0.0.13
.