From 46e2e91155b1865486a40668ecee682c45ace438 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 20 Jan 2024 00:14:54 +0000 Subject: [PATCH] Update nscplugin, sbt-scala-native, ... to 0.4.17 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0e379c3..6a6cb86 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,4 +6,4 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.2") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") -addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16") \ No newline at end of file +addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17") \ No newline at end of file