From 118f6e1398302eca6fb6b383745c107eb246c6f1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Apr 2026 22:44:51 +0000 Subject: [PATCH] Update nscplugin, sbt-scala-native 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 9b47b1d..e2a4ac2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,4 +2,4 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.0") addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.1") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2") -addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17") +addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.11")