From 28667867bbe219574efc363f30af3d04bdeae0ec Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 5 Aug 2024 22:47:57 +0000 Subject: [PATCH] Update sbt-native-packager to 1.10.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 618b2e0f..11f83e62 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1") // Native Packager allows us to create standalone jar -addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1") +addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4") // Documentation plugins addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.23")