From 870202a5e2e9e9646fcb982be0e0671773008f70 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 00:19:26 +0000 Subject: [PATCH] Update junit-plugin, junit-runtime, ... to 0.4.16 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5582eff..e960302 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.5.4") addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.5.4") addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.4") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") -addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.15") +addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")