Skip to content

Releases: coursier/sbt-shading

v2.1.4

22 Mar 10:54
db53aeb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.3...v2.1.4

v2.1.2

18 Apr 10:46
2c09f49
Compare
Choose a tag to compare

Documentation

  • Update version of the plugin in the README by @guizmaii in #17

Updates / maintenance

New Contributors

Full Changelog: v2.1.1...v2.1.2

v2.1.1

19 Dec 14:13
7fa9d63
Compare
Choose a tag to compare

What's Changed

  • Filter artifacts on jar type by @adpi2 in #12
  • Bump coursier/cache-action from 6.3 to 6.4 by @dependabot in #9

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

15 Aug 16:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.0

v2.0.1

19 Mar 13:47
554d880
Compare
Choose a tag to compare

Changes

Add validEntries setting

Flags some entries as valid in the final JAR. Use like

validEntries ++= Seq("NOTICE", "README")

Added in #3, thanks to @adpi2.

v2.0.0

11 May 20:38
6df52f6
Compare
Choose a tag to compare

Initial release