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 2ac42b0

Browse files
authored
use ScalaNativeJUnitPlugin (#498)
1 parent 61e1111 commit 2ac42b0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎build.sbt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,11 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
9696
Test / fork := false
9797
)
9898
.jsEnablePlugins(ScalaJSJUnitPlugin)
99+
.nativeEnablePlugins(ScalaNativeJUnitPlugin)
99100
.nativeSettings(
100101
versionPolicyCheck / skip := true,
101102
versionCheck / skip := true,
102103
Test / fork := false,
103-
libraryDependencies :=
104-
libraryDependencies.value.filterNot(_.organization == "junit") :+ "org.scala-native" %%% "junit-runtime" % "0.4.9",
105-
addCompilerPlugin("org.scala-native" % "junit-plugin" % "0.4.9" cross CrossVersion.full)
106104
)
107105

108106
lazy val parserCombinatorsJVM = parserCombinators.jvm

0 commit comments

Comments
(0)

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