Skip to content

Commit bb9b974

Browse files
authored
Merge pull request #362 from ashawley/reenable-coursier
Re-enable Coursier in sbt 1.3.2
2 parents 97f0eb3 + 728d8d1 commit bb9b974

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ commands:
2727
- save_cache:
2828
key: sbt-deps-v1-{{ checksum "build.sbt" }}
2929
paths:
30-
- "~/.coursier"
30+
- "~/.cache/coursier"
3131
- "~/.ivy2/cache"
3232
- "~/.sbt"
3333
- "~/.m2"

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ cache:
4343
- $HOME/.ivy2/cache
4444
- $HOME/.sbt
4545
- $HOME/.sdkman
46-
- $HOME/.coursier
46+
- $HOME/.cache/coursier

build.sbt

-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
2929
.settings(
3030
name := "scala-xml",
3131

32-
// See https://github.com/sbt/sbt/issues/4995
33-
// doc task broken in sbt 1.3.0-RC4 and Scala 2.12.9
34-
useCoursier := false,
35-
3632
scalacOptions ++= {
3733
val opts =
3834
if (isDotty.value)

0 commit comments

Comments
 (0)