From 0e108708ceb2c3240084bef2d9675dd73025fa79 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 12:43:08 +0000 Subject: [PATCH] Update sbt-native-packager to 1.10.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6b079804d..ed4aa6de4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,7 +11,7 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") // Support making distributions -addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0") +addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4") // Built the version out of git //addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0")