From 73cc4db07ecb3d87c8e6001e2fd39c91792bbb0b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 13 Oct 2025 15:49:30 +0000 Subject: [PATCH 1/2] Update auxlib, clib, javalib, nativelib, ... to 0.5.9 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a013eed..663a131 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1") -addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.8") +addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.9") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1") From 9ee95523d476ebe9918803c9b2b710a459cce3f6 Mon Sep 17 00:00:00 2001 From: "Kirill A. Korinsky" Date: Fri, 24 Oct 2025 01:20:14 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08fefab..19e81b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file. - Switched to scala-2.13.17 - Switched to scala-3.7.3 - Switched to scalajs-1.20.1 -- Switched to scala-native-0.5.8 +- Switched to scala-native-0.5.9 ## [1.0.2] - 2024-04-24 - Drop support scala-2.12 for Scala.JS and Scala-Native