From 806283d7716e36f12f854556ca6986a7c138e3a2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 11 Dec 2024 15:54:57 +0000 Subject: [PATCH] Update nscplugin, sbt-scala-native 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 b7dba22..3a77ed3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ val crossVer = "1.3.2" val scalaJSVersion = "1.17.0" -val scalaNativeVersion = "0.4.17" +val scalaNativeVersion = "0.5.6" addDependencyTreePlugin