Skip to content

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

+1-3
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)