This is an automated email from the ASF dual-hosted git repository.
engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/main by this push:
new d83b2c7cd8 chore: update sbt-bom 0.3.0 to sbt-sbom 0.4.0 (#1712)
d83b2c7cd8 is described below
commit d83b2c7cd82996eca7feb8bef5ab1ee4dbcfb56e
Author: Arnout Engelen <[email protected]>
AuthorDate: Tue Jan 14 22:18:22 2025 +0100
chore: update sbt-bom 0.3.0 to sbt-sbom 0.4.0 (#1712)
https://github.com/siculo/sbt-bom
---
project/PekkoBuild.scala | 5 -----
project/plugins.sbt | 2 +-
2 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/project/PekkoBuild.scala b/project/PekkoBuild.scala
index 4dfb86bb6d..03052f9c6f 100644
--- a/project/PekkoBuild.scala
+++ b/project/PekkoBuild.scala
@@ -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 := {
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 378e73d220..1ff5d002a3 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -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.sbt" % "sbt-license-report" % "1.7.0")
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")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]