From fb0f3649d89416ee62da8ada342938810d21ce68 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Jan 2026 22:56:09 +0000 Subject: [PATCH 1/2] Update auxlib, clib, javalib, nativelib, ... to 0.5.10 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ce26214..5891480 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.0") 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.10") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") From b8181dcee1d2adfa3a346fa58536ecfcfdcba618 Mon Sep 17 00:00:00 2001 From: Lucas Satabin <2537737+satabin@users.noreply.github.com> Date: Sun, 15 Mar 2026 10:57:31 +0100 Subject: [PATCH 2/2] Fix newline at end of file in plugins.sbt --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bc34271..c48e46a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.5") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.10") -addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8") \ No newline at end of file +addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")