From 21843be03c630a05824240ae161f5b6d5b37cef7 Mon Sep 17 00:00:00 2001 From: xuwei-k <6b656e6a69@gmail.com> Date: Mon, 29 Sep 2025 19:17:40 +0900 Subject: [PATCH] update sbt-native-image --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ba094b7e5..337fb4bbe 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,7 +8,7 @@ addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") addSbtPlugin("com.swoval" % "sbt-java-format" % "0.3.1") -addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.1") +addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.4") addDependencyTreePlugin addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.3")