Skip to content

Commit d5e5171

Browse files
authored
Merge pull request #451 from scala-steward/update/auxlib-0.4.4
Update auxlib, javalib, junit-plugin, ... to 0.4.4
2 parents df18dbc + 2e2c4ec commit d5e5171

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.3",
110-
addCompilerPlugin("org.scala-native" % "junit-plugin" % "0.4.3" cross CrossVersion.full)
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)
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.1.0")
44
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.9.0")
55

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

0 commit comments

Comments
 (0)