We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a61e36 commit ce98a6aCopy full SHA for ce98a6a
build.sbt
@@ -1,4 +1,5 @@
1
import sbtghactions.JavaSpec.Distribution.Zulu
2
+import com.github.sbt.sbom._
3
4
// Basic facts
5
name := "jackson-module-scala"
@@ -17,6 +18,8 @@ sonatypeRepository := "s01.oss.sonatype.org"
17
18
19
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
20
21
+bomFormat := "xml"
22
+
23
val jacksonVersion = "3.0.0-rc1-SNAPSHOT"
24
25
publishTo := {
project/plugins.sbt
@@ -13,3 +13,5 @@ addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0")
13
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
14
15
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")
16
+addSbtPlugin("com.github.sbt" %% "sbt-sbom" % "0.4.0")
0 commit comments