Skip to content

Commit

Permalink
use ScalaNativeJUnitPlugin (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Jan 25, 2023
1 parent 61e1111 commit 2ac42b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,11 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
Test / fork := false
)
.jsEnablePlugins(ScalaJSJUnitPlugin)
.nativeEnablePlugins(ScalaNativeJUnitPlugin)
.nativeSettings(
versionPolicyCheck / skip := true,
versionCheck / skip := true,
Test / fork := false,
libraryDependencies :=
libraryDependencies.value.filterNot(_.organization == "junit") :+ "org.scala-native" %%% "junit-runtime" % "0.4.9",
addCompilerPlugin("org.scala-native" % "junit-plugin" % "0.4.9" cross CrossVersion.full)
)

lazy val parserCombinatorsJVM = parserCombinators.jvm
Expand Down

0 comments on commit 2ac42b0

Please sign in to comment.