Skip to content

Commit f5e86ac

Browse files
committed
Fix cache for Coursier in Travis
1 parent be5c82c commit f5e86ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
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"

0 commit comments

Comments
 (0)