Skip to content

Releases: sbt/sbt-sbom

0.4.0

14 Jan 19:19
dfce9ff
Compare
Choose a tag to compare

New Maven groupid

sbt-sbom 0.4.0 is published to Maven Central under a new organization name com.github.sbt:

addSbtPlugin("com.github.sbt" % "sbt-sbom" % "0.4.0")
  • Update group and artifact ids by @raboof in #67
  • Rename package to com.github.sbt.sbom by @raboof in #68

Updates

Behind the scene

New Contributors

Full Changelog: v0.3.0...v0.4.0

BOM version 1.0 + cyclonedx-core-java integration

23 Mar 10:10
5ac2998
Compare
Choose a tag to compare

Note: the cyclonedx-core-java library has been integrated and is used to generate the BOM. So, all old model classes used so far has been removed.

First development version

03 Aug 13:19
Compare
Choose a tag to compare
Pre-release

This version allow to create a bom.xml from sbt shell. The file created works with tools like Dependency Track (https://dependencytrack.org/). However, the result was not validated against any version of the bom file format. Anyway, the reference version is 1.0 (http://cyclonedx.org/schema/bom/1.0).