Releases: coursier/dependency
Releases · coursier/dependency
v0.3.2
What's Changed
- Accept empty versions by @alexarchambault in #86
Updates / maintenance
- Update interface to 1.0.25 by @scala-steward in #84
- Update mill-main to 0.11.13 by @scala-steward in #82
- Update mill-mima to 0.0.24 by @scala-steward in #81
- Update Scala.JS to 1.17.0 and Scala Native to 0.5.5 by @alexarchambault in #75
- Use JDK 21 on CI by @alexarchambault in #87
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Forbid / and \ in org and module name by @alexarchambault in #80
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Accept inline configuration (like 'org:name:version:config') by @alexarchambault in #79
- Allow duplicate user params by @alexarchambault in #78
Full Changelog: v0.2.5...v0.3.0
v0.2.5
What's Changed
- Add Scala.JS and Scala Native support by @alexarchambault in #74
Updates / maintenance
- Update interface to 1.0.23 by @scala-steward in #72
- Update Mill to 0.12.2 by @alexarchambault in #73
Full Changelog: v0.2.4...v0.2.5
v0.2.4
Updates / maintenance
- Update interface to 1.0.18 by @scala-steward in #31
- Update scala3-library to 3.3.0 by @scala-steward in #32
- Update mill-main to 0.11.1 by @scala-steward in #33
- Fix README by @alexarchambault in #58
- Switch to coursier/setup-action by @alexarchambault in #59
- Update mill-main to 0.11.11 by @scala-steward in #57
- Update munit to 1.0.0 by @scala-steward in #53
- Update scala-library, scala-reflect to 2.13.14 by @scala-steward in #52
- Bump actions/checkout from 3 to 4 by @dependabot in #36
- Update scala3-library to 3.3.3 by @scala-steward in #49
- Update scala-library, scala-reflect to 2.12.19 by @scala-steward in #47
- Update interface to 1.0.19 by @scala-steward in #42
- Update scala3-library to 3.3.4 by @scala-steward in #67
- Update scala-library, scala-reflect to 2.13.15 by @scala-steward in #66
- Update interface to 1.0.21 by @scala-steward in #65
- Update mill-main to 0.11.12 by @scala-steward in #61
- Update munit to 1.0.2 by @scala-steward in #64
- Update scala-library, scala-reflect to 2.12.20 by @scala-steward in #62
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- Add dependency-interface module by @alexarchambault in #30
Updates / maintenance
- chore: various updates by @ckipp01 in #16
- Use short version number for cache-action by @alexarchambault in #17
- Update mill-main to 0.10.12 by @scala-steward in #21
- Update munit to 1.0.0-M8 by @scala-steward in #29
- Update scala-library, scala-reflect to 2.13.11 by @scala-steward in #28
- Update mill-ci-release to 0.1.9 by @scala-steward in #26
- Update scala-library, scala-reflect to 2.12.18 by @scala-steward in #27
- Update scala3-library to 3.2.2 by @scala-steward in #20
- Update mill-main to 0.11.0 by @scala-steward in #25
New Contributors
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Bump actions/checkout from 2 to 3 by @dependabot in #12
- Fix macros by @romanowski in #14
New Contributors
- @romanowski made their first contribution in #14
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Bump coursier/cache-action from 6.1 to 6.2 by @dependabot in #4
- Bump coursier/cache-action from 6.2 to 6.3 by @dependabot in #7
- Update munit to 0.7.29 by @scala-steward in #9
- Update expecty to 0.15.4 by @scala-steward in #5
- Override Iterable.className by @alexarchambault in #11
New Contributors
- @dependabot made their first contribution in #4
- @scala-steward made their first contribution in #9
Full Changelog: v0.2.0...v0.2.1
v0.2.0
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
Initial release