about sbt-license-report
sbt-license-report is an sbt plugin to create license reports on an sbt build.
sbt-license-report 1.7.0 is cross published to:
sbt Version | Published |
---|---|
1.x | ✅ |
2.0.0-M2 | ✅ |
sbt 2.x migration
- ci: Adds sbt 2.x cross build setting by @xuwei-k in #136
- refactor: Avoids deprecated
in
method by @xuwei-k in #132 - refactor: Avoids
return
by @xuwei-k in #133
other updates
- Adds license info for EPL-2.0 by @akilegaspi in #90
- fix: Adds
CDDLPlusGPLClasspath
toLicenseCategory.all
by @haveo in #131
behind the scene
- refactor: Use DependencyResolver instead of IvySbt#Module directly by @mdedetrich in #86
- refactor: Change update logging to quiet by @mdedetrich in #89
- refactor: Avoid deprecated java.net.URL constructor by @xuwei-k in #134
- refactor: Avoid deprecated commons-lang3 StringEscapeUtils by @xuwei-k in #113
- refactor: Add Locale param for
toLowerCase
by @xuwei-k in #112 - test: Print better errors on missing project.version scripted tests by @mdedetrich in #107
- deps: Update scala-library to 2.12.20 by @scala-steward in #128
- deps: Update commons-lang3 to 3.14.0 by @scala-steward in #96
- deps: Update commons-text to 1.12.0 by @scala-steward in #115
- ci: Bump actions/checkout from 3 to 4 by @dependabot in #85
- ci: Bump actions/setup-java from 3 to 4 by @dependabot in #91
- ci: Bump jrouly/scalafmt-native-action from 2 to 4 by @dependabot in #117
- ci: Remove hard-coded scalafmt version by @mzuehlke in #94
- ci: Update scalafmt-core to 3.8.1 by @scala-steward in #114
- ci: Update sbt-scalafmt to 2.5.2 by @scala-steward in #99
- ci: Pin Scala 2.12 version for Scala Steward by @mdedetrich in #102
- ci: Update sbt, scripted-plugin to 1.10.3 by @scala-steward in #137
- ci: Add sbt-github-actions by @mdedetrich in #103
- ci: Update sbt-github-actions to 0.24.0 by @scala-steward in #121
- ci: Add macos-latest and windows-latest to CI by @mdedetrich in #104
- ci: Add sensible scalac options by @mdedetrich in #105
- ci: Update sbt-ci-release to 1.9.0 by @scala-steward in #138
- ci: setup-sbt GitHub Action @mkurz in #122
new contributors
- @dependabot made their first contribution in #85
- @akilegaspi made their first contribution in #90
- @mzuehlke made their first contribution in #94
- @scala-steward made their first contribution in #100
- @mkurz made their first contribution in #118
- @haveo made their first contribution in #131
Full Changelog: v1.6.1...v1.7.0