From 779b728834d664561c911ac0019b3720e49e2aa6 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 8 Oct 2021 23:28:01 +0200 Subject: [PATCH] Update sbt-native-packager to 1.9.5 (#3735) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 18fc33660e..de8c0c58c1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ // bundle up Scala applications into packaging formats such as Docker, // GraalVM native-image, executable JARs etc -addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.0") +addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.5") // collect code coverage when executing tests addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.0")