~jan0sch/smederee

Showing details for patch 56a462d2def07d19227b26aebe4602367f0e135e.
2023-11-02 (Thu), 2:21 PM - Jens Grassel - 56a462d2def07d19227b26aebe4602367f0e135e

Add sbt module to generate a SBOM file.

Summary of changes
1 files modified with 1 lines added and 0 lines removed
  • project/plugins.sbt with 1 added and 0 removed lines
diff -rN -u old-smederee/project/plugins.sbt new-smederee/project/plugins.sbt
--- old-smederee/project/plugins.sbt	2025-01-14 10:15:59.262644966 +0000
+++ new-smederee/project/plugins.sbt	2025-01-14 10:15:59.262644966 +0000
@@ -1,6 +1,7 @@
 // Compiler plugins
 addCompilerPlugin("org.scalameta" % "semanticdb-scalac" % "4.8.12" cross CrossVersion.full)
 // Regular plugins
+addSbtPlugin("io.github.siculo"       %% "sbt-bom"             % "0.3.0")
 addSbtPlugin("com.eed3si9n"            % "sbt-buildinfo"       % "0.11.0")
 addSbtPlugin("de.heikoseeberger"       % "sbt-header"          % "5.10.0")
 addSbtPlugin("com.github.sbt"          % "sbt-native-packager" % "1.9.16")