~jan0sch/smederee

Showing details for patch 22b3694c00872ca0219f8725abe25c0ebd86846c.
2025-02-10 (Mon), 5:45 PM - Jens Grassel - 22b3694c00872ca0219f8725abe25c0ebd86846c

Update sbt native packager to 1.11.1

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-02-20 15:08:49.263039072 +0000
+++ new-smederee/project/plugins.sbt	2025-02-20 15:08:49.263039072 +0000
@@ -3,7 +3,7 @@
 // Regular plugins
 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("com.github.sbt"          % "sbt-native-packager" % "1.11.1")
 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")