Skip to content

1.3.0

Choose a tag to compare

@eed3si9n eed3si9n released this 08 Apr 22:19
· 204 commits to main since this release
v1.3.0
eff9d18

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.sbt organization name by @ckipp01 in #52
  • Fixes categorization of LGPL licenses should to be the LGPL category by @dhs3000 in #38

updates

  • Adds link to the homepage of the dependency by @kbedel in #41

behind the scene

new contributors

Full Changelog: v1.2.0...v1.3.0