From 06220ebb5486b8bf3d9aa13be20076fdacc52743 Mon Sep 17 00:00:00 2001 From: Peter Nerg Date: Sun, 25 Dec 2022 01:12:36 +0000 Subject: [PATCH] other: update sbt-native-packager from 1.9.7 to 1.9.11 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8bc34ad..0c41d99 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,4 +3,4 @@ addSbtPlugin("io.crashbox" % "sbt-gpg" % "0.2.1") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0") -addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.7") \ No newline at end of file +addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.11") \ No newline at end of file