~jan0sch/smederee

Showing details for patch 3ed2a9d28af91ed1e0b568f113aa7f5346f0e7b2.
2023-03-26 (Sun), 8:07 AM - Jens Grassel - 3ed2a9d28af91ed1e0b568f113aa7f5346f0e7b2

Update sbt-native-packager to 1.9.16

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-31 07:57:28.686419477 +0000
+++ new-smederee/project/plugins.sbt	2025-01-31 07:57:28.686419477 +0000
@@ -1,5 +1,5 @@
 addSbtPlugin("de.heikoseeberger" % "sbt-header"          % "5.9.0")
-addSbtPlugin("com.github.sbt"    % "sbt-native-packager" % "1.9.11")
+addSbtPlugin("com.github.sbt"    % "sbt-native-packager" % "1.9.16")
 addSbtPlugin("io.spray"          % "sbt-revolver"        % "0.9.1")
 addSbtPlugin("ch.epfl.scala"     % "sbt-scalafix"        % "0.10.4")
 addSbtPlugin("org.scalameta"     % "sbt-scalafmt"        % "2.5.0")