We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e1111 commit 2ac42b0Copy full SHA for 2ac42b0
build.sbt
@@ -96,13 +96,11 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
96
Test / fork := false
97
)
98
.jsEnablePlugins(ScalaJSJUnitPlugin)
99
+ .nativeEnablePlugins(ScalaNativeJUnitPlugin)
100
.nativeSettings(
101
versionPolicyCheck / skip := true,
102
versionCheck / skip := true,
103
Test / fork := false,
- 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)
106
107
108
lazy val parserCombinatorsJVM = parserCombinators.jvm
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments