From e37eb89bf0b4220aaeb2a14777de845c6e6f349a Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 23:07:36 +0100 Subject: [PATCH] Update junit-plugin, junit-runtime, ... to 0.4.9 (#122) Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5240af2..394be81 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.4.17") addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.4.17") addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.4.17") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.11.0") -addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.7") +addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.9") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")