~wegtam/smederee

Showing details for patch daccd802dcbce96046aa6427b2136747097a342f.
2025-01-17 (Fri), 4:04 PM - Jens Grassel - daccd802dcbce96046aa6427b2136747097a342f

Update sbt-bom to sbt-sbom 0.4.0

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • project/plugins.sbt with 1 added and 1 removed lines
diff -rN -u old-smederee/project/plugins.sbt new-smederee/project/plugins.sbt
--- old-smederee/project/plugins.sbt	2025-01-21 06:14:38.530520902 +0000
+++ new-smederee/project/plugins.sbt	2025-01-21 06:14:38.530520902 +0000
@@ -1,11 +1,11 @@
 // Compiler plugins
 addCompilerPlugin("org.scalameta" % "semanticdb-scalac" % "4.12.5" cross CrossVersion.full)
 // Regular plugins
-addSbtPlugin("io.github.siculo"       %% "sbt-bom"             % "0.3.0")
 addSbtPlugin("com.eed3si9n"            % "sbt-buildinfo"       % "0.12.0")
 addSbtPlugin("de.heikoseeberger"       % "sbt-header"          % "5.10.0")
 addSbtPlugin("com.github.sbt"          % "sbt-native-packager" % "1.11.0")
 addSbtPlugin("io.spray"                % "sbt-revolver"        % "0.10.0")
+addSbtPlugin("com.github.sbt"         %% "sbt-sbom"            % "0.4.0")
 addSbtPlugin("ch.epfl.scala"           % "sbt-scalafix"        % "0.14.0")
 addSbtPlugin("org.scalameta"           % "sbt-scalafmt"        % "2.5.3")
 addSbtPlugin("org.scoverage"           % "sbt-scoverage"       % "2.3.0")