Skip to content

Commit 88215ea

Browse files
authored
sbom support (#705)
Update build.sbt
1 parent 6f50740 commit 88215ea

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

build.sbt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import com.github.sbt.sbom._
12
import com.typesafe.tools.mima.core._
23
import sbtghactions.JavaSpec.Distribution.Zulu
34

@@ -13,6 +14,8 @@ ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.20", scala213Version, "3.
1314

1415
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
1516

17+
bomFormat := "xml"
18+
1619
version := "2.19.0-SNAPSHOT"
1720
val jacksonCoreVersion = "2.19.0-SNAPSHOT"
1821
val jacksonNonCoreVersion = jacksonCoreVersion

project/plugins.sbt

+2
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0")
1313
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
1414

1515
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")
16+
17+
addSbtPlugin("com.github.sbt" %% "sbt-sbom" % "0.4.0")

0 commit comments

Comments
 (0)