From a544ce0287555ebc27cd4e52fcbbe66cc11520b5 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 20 Jan 2023 00:16:23 +0100 Subject: [PATCH] Update sbt-native-packager to 1.9.13 (#4953) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 74e552efc4..7689be0d30 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" // bundle up Scala applications into packaging formats such as Docker, // GraalVM native-image, executable JARs etc // https://github.com/sbt/sbt-native-packager -addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.12") +addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.13") // collect code coverage when executing tests //https://github.com/scoverage/sbt-scoverage