Skip to content

Commit 806330a

Browse files
wing328jimschubert
authored andcommitted
Fix ivy2 cache directory in CI config file (#161)
1 parent 0ece706 commit 806330a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
cache_directories:
1616
- "~/.m2"
1717
- "~/.sbt"
18-
- "~/.iv2/cache"
18+
- "~/.ivy2/cache"
1919

2020
pre:
2121
- sudo add-apt-repository ppa:duggan/bats --yes

0 commit comments

Comments
 (0)