Closed
Description
The README suggest to use the 2.1.2
version of the "org.scala-lang.modules" %% "scala-collection-migrations"
scalafix dependency.
However, such release does not exist in the Mavenrepository.
Resulting the following error:
com.geirsson.coursiersmall.ResolutionException: Failed to resolve Settings(
dependencies = List(Dependency("ch.epfl.scala", "scalafix-cli_2.12.8", "0.9.5"), Dependency("org.scala-lang.modules", "scala-collection-migrations_2.12", "2.1.2"))
repositories = List(Ivy2Local, Maven("https://repo1.maven.org/maven2"), Maven("https://oss.sonatype.org/content/repositories/releases"), Maven("https://oss.sonatype.org/content/repositories/snapshots"))
ttl = Some(Duration.Inf)
forceVersions = List(Dependency("ch.epfl.scala", "scalafix-cli_2.12.8", "0.9.5"))
)
Dependency 'org.scala-lang.modules:scala-collection-migrations_2.12:2.1.2'
not found: /home/balmungsan/.ivy2/local/org.scala-lang.modules/scala-collection-migrations_2.12/2.1.2/ivys/ivy.xml
not found: https://repo1.maven.org/maven2/org/scala-lang/modules/scala-collection-migrations_2.12/2.1.2/scala-collection-migrations_2.12-2.1.2.pom
not found: https://oss.sonatype.org/content/repositories/releases/org/scala-lang/modules/scala-collection-migrations_2.12/2.1.2/scala-collection-migrations_2.12-2.1.2.pom
not found: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/modules/scala-collection-migrations_2.12/2.1.2/scala-collection-migrations_2.12-2.1.2.pom
I am not sure if the problem is that the version is really missing, or if the README is misleading in its suggestion.
Metadata
Metadata
Assignees
Labels
No labels