Skip to content

Commit 9e07d8f

Browse files
committed
Add Coursier to Circle cache
1 parent 5948e73 commit 9e07d8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ commands:
2727
- save_cache:
2828
key: sbt-deps-v1-{{ checksum "build.sbt" }}
2929
paths:
30+
- "~/.coursier"
3031
- "~/.ivy2/cache"
3132
- "~/.sbt"
3233
- "~/.m2"

0 commit comments

Comments
 (0)