~jan0sch/smederee

Showing details for patch fd3f07e68797d04b6654585cb29a909f6e6d9c23.
2024-04-18 (Thu), 9:20 AM - Jens Grassel - fd3f07e68797d04b6654585cb29a909f6e6d9c23

Update sbt native packager to 1.10.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	2024-05-05 11:57:15.897625307 +0000
+++ new-smederee/project/plugins.sbt	2024-05-05 11:57:15.897625307 +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.9.16")
+addSbtPlugin("com.github.sbt"          % "sbt-native-packager" % "1.10.0")
 addSbtPlugin("io.spray"                % "sbt-revolver"        % "0.10.0")
 addSbtPlugin("ch.epfl.scala"           % "sbt-scalafix"        % "0.12.0")
 addSbtPlugin("org.scalameta"           % "sbt-scalafmt"        % "2.5.2")