From 21bea4f93265d3e4d23dfd44f34fcadbe635a990 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Oct 2025 15:37:54 +0000 Subject: [PATCH] Update sbt-native-packager to 1.11.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b38e6f6..c7f0f07 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.1") +addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.4") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")