0.8.0
New features
Enhancements
- Use CoursierDependencyResolution rather than IvyDependencyResolution #508 by @alexarchambault
- Make DependencyResolution configurable #509 by @alexarchambault
- Don't normalize names #510 by @alexarchambault
- Parse signatures to avoid false positives #505 by @raboof
- Fast-fail on unsupported Scala versions #486 by @dwijnand
- Cut dependency on scala-compiler and scala-reflect #495 by @dwijnand
- Replace sys.exit(-1) with sys.error(msg) #490 by @htmldoug