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 sbt._
|
||||||
import sbtassembly.AssemblyPlugin.autoImport._
|
import sbtassembly.AssemblyPlugin.autoImport._
|
||||||
import sbtwelcome.WelcomePlugin.autoImport._
|
import sbtwelcome.WelcomePlugin.autoImport._
|
||||||
import _root_.io.github.siculo.sbtbom.BomSbtPlugin.autoImport.makeBom
|
|
||||||
|
|
||||||
import java.io.FileInputStream
|
import java.io.FileInputStream
|
||||||
import java.io.InputStreamReader
|
import java.io.InputStreamReader
|
||||||
|
|
@ -260,10 +259,6 @@ object PekkoBuild {
|
||||||
mavenLocalResolverSettings,
|
mavenLocalResolverSettings,
|
||||||
docLintingSettings,
|
docLintingSettings,
|
||||||
JdkOptions.targetJdkSettings,
|
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
|
// a workaround for https://github.com/akka/akka/issues/27661
|
||||||
// see also project/Protobuf.scala that introduces /../ to make "intellij happy"
|
// see also project/Protobuf.scala that introduces /../ to make "intellij happy"
|
||||||
MultiJvm / assembly / fullClasspath := {
|
MultiJvm / assembly / fullClasspath := {
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.4.2")
|
||||||
addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.5.0")
|
addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.5.0")
|
||||||
addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.7.0")
|
addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.7.0")
|
||||||
addSbtPlugin("io.github.roiocam" % "sbt-depend-walker" % "0.1.1")
|
addSbtPlugin("io.github.roiocam" % "sbt-depend-walker" % "0.1.1")
|
||||||
addSbtPlugin("io.github.siculo" % "sbt-bom" % "0.3.0")
|
addSbtPlugin("com.github.sbt" % "sbt-sbom" % "0.4.0")
|
||||||
|
|
||||||
addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.1")
|
addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.1")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue