1.3.0
about sbt-license-report
sbt-license-report is an sbt plugin, originally developed at then-Typesafe in 2013 by Josh Suereth (@jsuereth), to create license reports on an sbt build.
sbt-license-report 1.3.0 is cross published to Maven Central for both sbt 1.x and sbt 0.13. Using sbt 1.9.0-M1, sbt 1.x plugin is published for both the traditional POM-inconsistent style (i.e. sbt-license-report-1.3.0.pom) and POM-consistent style (i.e. sbt-license-report_2.12_1.0-1.3.0.pom, thanks to @adpi2 at Scala Center):
| sbt version | POM inconsistent | POM consistent |
|---|---|---|
| 1.x | ✅ | ✅ |
| 0.13 | ✅ | n/a |
changes with compatibility implications
- sbt-license-report 1.3.0 is published under
com.github.sbtorganization name by @ckipp01 in #52 - Fixes categorization of LGPL licenses should to be the LGPL category by @dhs3000 in #38
updates
behind the scene
- Starts publishing to Maven Central by @ckipp01 in #52
- More prep for publishing by @eed3si9n in #53
- Cross build for sbt 1.x by @liff in #36
- Updates to sbt 0.13.15. Fixes warnings by @xuwei-k in #33
- sbt 0.13.11+ is required by @benmccann in #37
- Makes some methods private to improve readability by @benmccann in #29
- Scalafmt by @eed3si9n in #54
new contributors
- @xuwei-k made their first contribution in #33
- @liff made their first contribution in #36
- @dhs3000 made their first contribution in #38
- @kbedel made their first contribution in #41
- @ckipp01 made their first contribution in #52
- @eed3si9n made their first contribution in #53
Full Changelog: v1.2.0...v1.3.0