diff --git a/project/plugins.sbt b/project/plugins.sbt index d89f367390..284f9293d7 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.6") +addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.7") // collect code coverage when executing tests addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.2")