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:
parent
0aae0e5b56
commit
d83b2c7cd8
2 changed files with 1 additions and 6 deletions
|
|
@ -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 := {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue