From 570fab0c01e5bb87015355477c7b8f28ffb9f358 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Apr 2026 17:53:23 +0000 Subject: [PATCH 1/2] Update auxlib, clib, javalib, nativelib, ... to 0.5.11 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index fff2fb0..c73c49b 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.21.0") -addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.10") +addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.11") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1") From 5fbfe40e1a5f081fdedaaa54fc6e41341a936daa Mon Sep 17 00:00:00 2001 From: "Kirill A. Korinsky" Date: Fri, 17 Apr 2026 23:33:45 +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 a16a7ca..1b884b2 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.18 - Switched to scala-3.8.3 - Switched to scalajs-1.21.0 -- Switched to scala-native-0.5.10 +- Switched to scala-native-0.5.11 ## [1.0.2] - 2024-04-24 - Drop support scala-2.12 for Scala.JS and Scala-Native