evis / scalafix-maven-plugin

Enables automatic refactoring and linting of Maven projects written in Scala using Scalafix.
BSD 3-Clause "New" or "Revised" License
25 stars 13 forks source link

No 0.1.9 release for Scala 2.12 #177

Closed UnaiUribarri-TomTom closed 4 months ago

UnaiUribarri-TomTom commented 4 months ago

After carefully following the instructions in the README, I get this error:

Could not find artifact io.github.evis:scalafix-maven-plugin_2.12:pom:0.1.9_0.12.1 in maven-central

Checking here, I see that it was only released for Scala 2.13.

It seems that you forgot to build this last version for Scala 2.12 or silently deprecated Scala 2.12.

UnaiUribarri-TomTom commented 4 months ago

Same results here: https://central.sonatype.com/search?q=scalafix-maven-plugin

evis commented 4 months ago

I'm sorry about that, I've forgot to build it. Now I encounter some strange error during deploying artifact for Scala 2.12, going to deal with it in several days

evis commented 4 months ago

I have deployed the artifact version 0.1.9_0.12.1 for Scala 2.12. It should appear in Maven Central within a few hours. Thank you for reporting the issue!