Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d5e5171

Browse files
Merge pull request scala#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

‎build.sbt‎

Lines changed: 2 additions & 2 deletions
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

‎project/plugins.sbt‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /