~wegtam/smederee

Showing details for patch f576e52647e9dd8be662ca49954d448ffe6441c9.
2024-08-02 (Fri), 6:44 AM - Jens Grassel - f576e52647e9dd8be662ca49954d448ffe6441c9

Update sbt native packager to 1.10.4

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	2024-11-23 09:05:45.687723361 +0000
+++ new-smederee/project/plugins.sbt	2024-11-23 09:05:45.687723361 +0000
@@ -4,7 +4,7 @@
 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.10.0")
+addSbtPlugin("com.github.sbt"          % "sbt-native-packager" % "1.10.4")
 addSbtPlugin("io.spray"                % "sbt-revolver"        % "0.10.0")
 addSbtPlugin("ch.epfl.scala"           % "sbt-scalafix"        % "0.12.1")
 addSbtPlugin("org.scalameta"           % "sbt-scalafmt"        % "2.5.2")