From 1fd3150202dd954e262f030dbeaf0b5cf00dadea Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 13 Apr 2024 15:05:11 +0200 Subject: [PATCH] Update sbt-native-packager to 1.10.0 (#442) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6207a534..527ab038 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,5 +3,5 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.10") //addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.1") -addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16") +addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0")