Skip to content

Releases: coursier/coursier

v2.1.0-M1-1

23 Nov 19:05
d14cd56
Compare
Choose a tag to compare
v2.1.0-M1-1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.1.0-M1...v2.1.0-M1-1

v2.0.16-200-ge888c6dea

05 Nov 14:46
e888c6d
Compare
Choose a tag to compare
Pre-release

What's Changed

Read more

v2.0.16-169-g194ebc55c

09 Oct 12:55
Compare
Choose a tag to compare
Pre-release
v2.0.16-169-g194ebc55c

v2.0.16-161-g8a1b8eae5

07 Oct 21:54
8a1b8ea
Compare
Choose a tag to compare
Pre-release

.

v2.0.16-158-gbdc8669f9

06 Oct 12:30
Compare
Choose a tag to compare
Pre-release
v2.0.16-158-gbdc8669f9

v2.0.16

23 Mar 18:06
d5ad55d
Compare
Choose a tag to compare

Changes

New cs search command

Add new cs search command, that allows to search for install-able applications:

$ cs search meta fmt
metac
metals
metals-emacs
metap
metap-native
scalafmt

Added in #2007, thanks to @rrramiro.

Custom ClassLoader for URL protocols

In the API, add new field FileCache.classLoaders. When looking for URL handler factories for custom protocols, these class loaders are queried first.

Added in #1995, thanks to @MasseGuillaume.

v2.0.15

21 Mar 12:30
8ca9b12
Compare
Choose a tag to compare

Updates

  • Update directories-jvm to 24

v2.0.14

16 Mar 22:59
eeeb363
Compare
Choose a tag to compare

Changes

  • In the CLI and the API, be fine when forcing Scala versions >= 3 (#2003, thanks to @przemek-pokrywka)
  • When running the JVM version of the CLI, default to forking in the launch command with Java >= 9, to work around class loader isolation issues

v2.0.13

11 Mar 12:19
2ec1545
Compare
Choose a tag to compare

Changes

Read credentials from launchers

Launchers created by cs bootstrap and cs install are now able to read and use credentials when fetching artifacts (#1991, thanks to @greg-a-atkinson)

Add aliases for Apache repositories

Use like

$ cs resolve -r apache:snapshots org.apache.spark:spark-sql_2.13:3.2.0-SNAPSHOT

Fixes

  • Fix some spurious NumberFormatExceptions when parsing checksums (#1972, thanks to @chimmi)

v2.0.12

15 Feb 13:42
3c129ff
Compare
Choose a tag to compare

Changes

  • Ignore HTTP 403 errors for optional artifacts (just like HTTP 404 errors were ignored for those - #1966, thanks to @eed3si9n). This should fix some unexpected errors in updateClassifiers once used in sbt.

New features