softwaremill / scala-clippy

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

Clippy warns of "new version" that's older than the one I use #30

Closed Daenyth closed 7 years ago

Daenyth commented 7 years ago

When I sbt compile I get

[info] New version of clippy plugin available: 0.3.3. Please update!

but I have

addSbtPlugin("com.softwaremill.clippy" % "plugin-sbt" % "0.3.4")
adamw commented 7 years ago

Sorry, must have deployed the UI without reloading SBT, and sbt-buildinfo didn't catch the version change. Fixed now.

nafg commented 5 years ago

0.6.0 is saying New version of clippy plugin available: 0.5.3. Please update!

adamw commented 5 years ago

Some thing again :) Missing UI. Sorry, fixed!