softwaremill / scala-clippy

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

Version 0.5.3 is not available for Scala 2.11 #56

Closed jqno closed 7 years ago

jqno commented 7 years ago

Clippy is awesome!

I've tried updating Clippy to version 0.5.3, but it keeps saying that it can't resolve com.softwaremill.clippy#plugin_2.11;0.5.3.

When I search Maven, it confirms that while there are 0.5.3 artifacts for Scala 2.10 and 2.12, the most recent one for 2.11 is 0.5.2.

Given that there's a 0.5.3 artifact for Scala 2.10, I'm guessing that this is not intentional :).

adamw commented 7 years ago

Not sure how that happened - should be there in about 15 minutes :)

jqno commented 7 years ago

Excellent! And thanks for the quick response :).

jqno commented 7 years ago

It's already there, I just did a successful compile with 0.5.3. Thanks!

adamw commented 7 years ago

Great :)