chore: update sbt-bom 0.3.0 to sbt-sbom 0.4.0 (#1712)

https://github.com/siculo/sbt-bom
This commit is contained in:
Arnout Engelen 2025-01-14 22:18:22 +01:00 committed by GitHub
parent 0aae0e5b56
commit d83b2c7cd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 6 deletions

View file

@ -20,7 +20,6 @@ import sbt.Keys._
import sbt._
import sbtassembly.AssemblyPlugin.autoImport._
import sbtwelcome.WelcomePlugin.autoImport._
import _root_.io.github.siculo.sbtbom.BomSbtPlugin.autoImport.makeBom
import java.io.FileInputStream
import java.io.InputStreamReader
@ -260,10 +259,6 @@ object PekkoBuild {
mavenLocalResolverSettings,
docLintingSettings,
JdkOptions.targetJdkSettings,
// needed until https://github.com/siculo/sbt-bom/pull/57 has been merged
packagedArtifacts += {
Artifact(artifact.value.name, "cyclonedx", "xml", "cyclonedx") -> makeBom.value
},
// a workaround for https://github.com/akka/akka/issues/27661
// see also project/Protobuf.scala that introduces /../ to make "intellij happy"
MultiJvm / assembly / fullClasspath := {