From 279dacd601ecc0de203539dbb2e26ac7ced40e88 Mon Sep 17 00:00:00 2001 From: "Aaron S. Hawley" Date: Fri, 13 Sep 2019 14:50:28 -0400 Subject: [PATCH] Temporarily disable Coursier in sbt 1.3.0 --- build.sbt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sbt b/build.sbt index ba9be57f5..a9d546eb0 100644 --- a/build.sbt +++ b/build.sbt @@ -36,6 +36,10 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform) name := "scala-xml", version := "2.0.0-SNAPSHOT", + // See https://github.com/sbt/sbt/issues/4995 + // doc task broken in sbt 1.3.0-RC4 and Scala 2.12.9 + useCoursier := false, + scalacOptions ++= { val opts = if (isDotty.value)