From 1dd6f0b4e518f9614e3a57286b49e16ff5871f87 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 5 Feb 2025 14:12:32 +0000 Subject: [PATCH] Update sbt-native-packager to 1.11.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 728c9f2a..0f09aec0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,5 +3,5 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.10") //addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.1") -addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.0") +addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.1") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0")