From 141a32c05efb02f279ecd7d3f9a680e259fd6b4b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 7 Oct 2021 14:11:16 +0200 Subject: [PATCH] Update sbt-native-packager to 1.9.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2a059c3..c18323c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1") +addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.0")