Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.6.8 breaks coursier #27

Open
nafg opened this issue May 29, 2016 · 0 comments
Open

0.6.8 breaks coursier #27

nafg opened this issue May 29, 2016 · 0 comments

Comments

@nafg
Copy link

nafg commented May 29, 2016

In 0.5.2 everything was fine. After switching to 0.6.8, with coursier enabled, updateSbtClassifiers complains:

2 error(s):
  org.webjars.npm:lru-cache:[2.7.0,3):
    Not found: /home/naftoli/.sbt/0.13/plugins/target/resolution-cache/org.webjars.npm/lru-cache/[2.7.0,3)/resolved.xml.xml
    Not found
    Not found: https://repo.typesafe.com/typesafe/ivy-releases/org.webjars.npm/lru-cache/[2.7.0,3)/ivys/ivy.xml
    Not found: https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/org.webjars.npm/lru-cache/[2.7.0,3)/ivys/ivy.xml
    Not found: /home/naftoli/.ivy2/local/org.webjars.npm/lru-cache/[2.7.0,3)/ivys/ivy.xml
    No version found for [2.7.0,3)
    Unrecognized SHA-1 checksum format in /home/naftoli/.coursier/cache/v1/http/flywaydb.org/repo/org/webjars/npm/lru-cache/maven-metadata.xml.sha1
  org.webjars.npm:lru-cache:[2.7.0,3):
    Not found: /home/naftoli/.sbt/0.13/plugins/target/resolution-cache/org.webjars.npm/lru-cache/[2.7.0,3)/resolved.xml.xml
    Not found
    Not found: https://repo.typesafe.com/typesafe/ivy-releases/org.webjars.npm/lru-cache/[2.7.0,3)/ivys/ivy.xml
    Not found: https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/org.webjars.npm/lru-cache/[2.7.0,3)/ivys/ivy.xml
    Not found: /home/naftoli/.ivy2/local/org.webjars.npm/lru-cache/[2.7.0,3)/ivys/ivy.xml
    No version found for [2.7.0,3)
    Unrecognized SHA-1 checksum format in /home/naftoli/.coursier/cache/v1/http/flywaydb.org/repo/org/webjars/npm/lru-cache/maven-metadata.xml.sha1
Warning: unrecognized repository inter-project, ignoring it

Indeed,

$ coursier fetch 'org.webjars.npm:lru-cache:[2.7.0,3)'

Error:
  org.webjars.npm:lru-cache:[2.7.0,3):
    not found: /home/naftoli/.ivy2/local/org.webjars.npm/lru-cache/[2.7.0,3)/ivys/ivy.xml
    No version found for [2.7.0,3)

However,

$ coursier fetch org.webjars.npm:lru-cache:2.7.0
/home/naftoli/.coursier/cache/v1/https/repo1.maven.org/maven2/org/webjars/npm/lru-cache/2.7.0/lru-cache-2.7.0.jar

So apparently Coursier can't handle version ranges.

Do you have any idea what's pulling in lru-cache, and why only in updateSbtClassifiers?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant