Skip to content

Releases: coursier/dependency

v0.3.2

05 Dec 11:05
e53529f
Compare
Choose a tag to compare

What's Changed

Updates / maintenance

Full Changelog: v0.3.1...v0.3.2

v0.3.1

12 Nov 16:22
b6b55a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

12 Nov 12:15
c9ff1f5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.5...v0.3.0

v0.2.5

11 Nov 16:23
Compare
Choose a tag to compare

What's Changed

Updates / maintenance

Full Changelog: v0.2.4...v0.2.5

v0.2.4

18 Oct 14:24
122582f
Compare
Choose a tag to compare

Updates / maintenance

Full Changelog: v0.2.3...v0.2.4

v0.2.3

12 Jun 13:10
Compare
Choose a tag to compare

What's Changed

Updates / maintenance

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

23 Mar 12:53
264fad7
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

22 Feb 16:13
37f65f3
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

27 May 14:16
08d09b9
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Changes

  • DependencyLike is now covariant in its second type parameter too (by using a custom covariant set implementation)
  • Module and dependency literals now have more refined types:
val mod: Module = mod"org:name"
val scalaMod: Module = mod"org::name"
val dep: Dependency = mod"org:name:ver"
val scalaDep: ScalaDependency = mod"org::name:ver"

v0.1.0

24 May 18:47
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release