From 08b8bfe4ec3cd60222198567cae2c663eff37bb7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 1 Sep 2022 19:39:04 +0000 Subject: [PATCH] Update junit-plugin, junit-runtime, ... to 0.4.7 --- build.sbt | 4 ++-- project/plugins.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 75420ec5..843dae2e 100644 --- a/build.sbt +++ b/build.sbt @@ -106,8 +106,8 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor versionCheck / skip := true, Test / fork := false, libraryDependencies := - libraryDependencies.value.filterNot(_.organization == "junit") :+ "org.scala-native" %%% "junit-runtime" % "0.4.5", - addCompilerPlugin("org.scala-native" % "junit-plugin" % "0.4.5" cross CrossVersion.full) + libraryDependencies.value.filterNot(_.organization == "junit") :+ "org.scala-native" %%% "junit-runtime" % "0.4.7", + addCompilerPlugin("org.scala-native" % "junit-plugin" % "0.4.7" cross CrossVersion.full) ) lazy val parserCombinatorsJVM = parserCombinators.jvm diff --git a/project/plugins.sbt b/project/plugins.sbt index e435d525..bfcc31f0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,4 +4,4 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.1") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0") -addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.5") +addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.7")