From 7fd3c69a1085deb8590495c415a25c3a2bb72141 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 26 Jun 2024 14:13:43 +0000 Subject: [PATCH] Update auxlib, clib, javalib, junit-plugin, ... to 0.5.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a3c014ce..e1a896be 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ resolvers ++= Resolver.sonatypeOssRepos("snapshots") // versions val crossVer = "1.3.2" val scalaJSVersion = "1.16.0" -val scalaNativeVersion = "0.5.3" +val scalaNativeVersion = "0.5.4" val scalafix = "0.12.0" // includes sbt-dynver sbt-pgp sbt-sonatype sbt-git