~jan0sch/smederee

Showing details for patch fbab80d6fb7ecb2607c39d1b7bc8a0153fb4dc87.
2024-03-22 (Fri), 1:04 PM - Jens Grassel - fbab80d6fb7ecb2607c39d1b7bc8a0153fb4dc87

Update sbt-buildinfo to 0.12.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-12 12:45:40.151429242 +0000
+++ new-smederee/project/plugins.sbt	2025-01-12 12:45:40.151429242 +0000
@@ -2,7 +2,7 @@
 addCompilerPlugin("org.scalameta" % "semanticdb-scalac" % "4.9.2" cross CrossVersion.full)
 // Regular plugins
 addSbtPlugin("io.github.siculo"       %% "sbt-bom"             % "0.3.0")
-addSbtPlugin("com.eed3si9n"            % "sbt-buildinfo"       % "0.11.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.9.16")
 addSbtPlugin("io.spray"                % "sbt-revolver"        % "0.10.0")