Skip to content

Commit 1964bd1

Browse files
committed
work around weird Scala.js Scaladoc thing, shrug
1 parent c938832 commit 1964bd1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
7272
)
7373
.jsSettings(
7474
crossScalaVersions -= "0.27.0-RC1",
75+
// mystified why https://github.com/scala-js/scala-js/issues/635 would be rearing its head,
76+
// but only in Test config?!
77+
Test / doc / scalacOptions += """-Wconf:msg=dropping dependency on node with no phase object*:i""",
7578
// Scala.js cannot run forked tests
7679
Test / fork := false
7780
)

0 commit comments

Comments
 (0)