v2.0.0-RC5-4
Pre-release
Pre-release
- Fix disprecancy with Maven in the handling of Maven properties, affecting dependencies substituting properties in their parent POM (#1457)
- Add
--candidate-urls
option toresolve
command, printing the URLs of possible artifacts. Note that optional artifacts are printed too, so some of those URLs may return 404 Not Found. Authentication isn't printed / reported either. - Mark the artifact of dependencies with an explicit classifier or artifact type as non optional. This means things like
cs fetch org.scala-lang:scala-library:2.13.1,classifier=foo
now fail loudly.