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 7b6c23e commit 279dacdCopy full SHA for 279dacd
build.sbt
@@ -36,6 +36,10 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
36
name := "scala-xml",
37
version := "2.0.0-SNAPSHOT",
38
39
+ // See https://github.com/sbt/sbt/issues/4995
40
+ // doc task broken in sbt 1.3.0-RC4 and Scala 2.12.9
41
+ useCoursier := false,
42
+
43
scalacOptions ++= {
44
val opts =
45
if (isDotty.value)
0 commit comments