From e9405cac4eb4e0b127bb067d263840af74925449 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 17 Nov 2024 15:12:47 +0000 Subject: [PATCH] Update auxlib, clib, javalib, junit-plugin, ... to 0.5.6 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3c3100b4..ae9ec64b 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.17.0" -val scalaNativeVersion = "0.5.5" +val scalaNativeVersion = "0.5.6" val scalafix = "0.13.0" // includes sbt-dynver sbt-pgp sbt-sonatype sbt-git