From 990464e6a2bd8611b394de096a7d091b33171e87 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 23 Jan 2023 22:23:43 +0000 Subject: [PATCH] Update sbt-native-packager to 1.9.13 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4cfba0c5f..b947a0f85 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -31,7 +31,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.1.4") -addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.9") +addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.13") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")