Skip to content

Commit 76c8a56

Browse files
committed
Temporarily disable Coursier in sbt 1.3.0
1 parent 1f17d36 commit 76c8a56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.sbt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
3636
name := "scala-xml",
3737
version := "2.0.0-SNAPSHOT",
3838

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+
3943
scalacOptions ++= {
4044
val opts =
4145
if (isDotty.value)

0 commit comments

Comments
 (0)