1.0.4
- Fixes "Attempting to overwrite" error message. #174 by @dwijnand
- Fixes incorrect eviction warning message. #179 by @xuwei-k
- Adds Java 9 test. #181 by @xuwei-k
- Fixes
ArrayIndexOutOfBoundsException
on Ivy when running on Java 9. sbt/ivy#27 by @xuwei-k - Register Ivy protocol only for
http:
andhttps:
. Fixes #175. #183 by @tpunder