softwaremill / scala-clippy

Good advice for Scala compiler errors
Apache License 2.0
312 stars 20 forks source link

Use println to log info about new version #45

Closed kciesielski closed 7 years ago

kciesielski commented 7 years ago

Occasionally using global compiler throws an NPE here, probably due to some uninitialized logger underneath. This is a workaround applied until we find a better solution.