Skip to content

Commit e99ef3a

Browse files
authored
Merge pull request #479 from scala-steward/update/junit-plugin-0.4.7
Update junit-plugin, junit-runtime, ... to 0.4.7
2 parents ed07d2a + 08b8bfe commit e99ef3a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
106106
versionCheck / skip := true,
107107
Test / fork := false,
108108
libraryDependencies :=
109-
libraryDependencies.value.filterNot(_.organization == "junit") :+ "org.scala-native" %%% "junit-runtime" % "0.4.5",
110-
addCompilerPlugin("org.scala-native" % "junit-plugin" % "0.4.5" cross CrossVersion.full)
109+
libraryDependencies.value.filterNot(_.organization == "junit") :+ "org.scala-native" %%% "junit-runtime" % "0.4.7",
110+
addCompilerPlugin("org.scala-native" % "junit-plugin" % "0.4.7" cross CrossVersion.full)
111111
)
112112

113113
lazy val parserCombinatorsJVM = parserCombinators.jvm

Diff for: project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
44
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.1")
55

66
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0")
7-
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.5")
7+
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.7")

0 commit comments

Comments
 (0)