Skip to content

v2.0.13

Compare
Choose a tag to compare
@alexarchambault alexarchambault released this 11 Mar 12:19
2ec1545

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)