Skip to content

Commit e60e0e0

Browse files
committed
Update junit-plugin, junit-runtime, ... to 0.4.5
1 parent 61bc143 commit e60e0e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.4",
110-
addCompilerPlugin("org.scala-native" % "junit-plugin" % "0.4.4" cross CrossVersion.full)
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)
111111
)
112112

113113
lazy val parserCombinatorsJVM = parserCombinators.jvm

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.0")
55

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

0 commit comments

Comments
 (0)