v2.1.16
This release fixes issues with launchers generated by cs in coursier 2.1.15, that mistakenly required Java >= 17. In coursier 2.1.16, they should only need Java >= 8, like before 2.1.15.
It also introduces Mac ARM64 launchers built on coursier's own CI, rather than with a slight delay in an external repository.
What's Changed
- Add new
catcommand by @alexarchambault in #3141
Updates / maintenance
- Address some compilation warnings by @alexarchambault in #3142
- Add
--releaserelated javac options in scala modules too by @alexarchambault in #3146 - Add Mac ARM CI by @alexarchambault in #3148
- Add extra installation instruction for ARM64 Windows by @Friendseeker in #3147
New Contributors
- @Friendseeker made their first contribution in #3147
Full Changelog: v2.1.15...v2.1.16