From e444c996ed823f6ac9682b710033d5b343311650 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 Jan 2025 15:12:59 +0000 Subject: [PATCH] Update sbt-native-packager to 1.11.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7a203ed..5c7d78f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16") +addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")