From 853ebdc55c6948c9eb6be852449f314855d9d084 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 27 Feb 2025 17:40:26 +0000 Subject: [PATCH] Update auxlib, clib, javalib, junit-plugin, ... to 0.5.7 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5a35ece..472ea9d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "3.2.2") addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.1") -addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.6") +addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.7")