Version 0.2.7 is not published to Maven
Closed this issue · 3 comments
jiegec commented
Error message:
Failed to resolve ivy dependencies:Error downloading com.goyeau:mill-scalafix_2.13:0.2.7
not found: ~/.ivy2/local/com.goyeau/mill-scalafix_2.13/0.2.7/ivys/ivy.xml
not found: https://repo1.maven.org/maven2/com/goyeau/mill-scalafix_2.13/0.2.7/mill-scalafix_2.13-0.2.7.pom
joan38 commented
Since 0.2.7 it's suffixed with _mill0.9
or _mill0.10
:
com.goyeau:mill-scalafix_mill0.9_2.13:0.2.7
ricochet1k commented
It took me a long time to find this, please update your README to mention this
joan38 commented
The readme is up to date:
import $ivy.`com.goyeau::mill-scalafix::<latest version>
Mind the double colon ::
between the artifact id and version too that will add the right _mill0.10
version, in addition to the double colon ::
between the org and artifact id that will add the right _2.13
Scala version