Skip to content

Commit 5d7ccf6

Browse files
authored
Merge pull request #355 from ashawley/disable-coursier
Temporarily disable Coursier in sbt 1.3.0
2 parents 7b6c23e + 279dacd commit 5d7ccf6

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)