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 e60e0e0

Browse files
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‎

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.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‎

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.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)

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