From e52ca7984864a74fe0e7eb815a28bef8d4ff3d63 Mon Sep 17 00:00:00 2001 From: RenkuBot Date: Wed, 5 Feb 2025 06:01:29 +0000 Subject: [PATCH] chore: Update sbt-native-packager from 1.10.4 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 a4a177e..6d4c4a3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4") +addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.1") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")