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

Unresolved dependencies #35

Open
justas79 opened this issue Nov 15, 2017 · 2 comments
Open

Unresolved dependencies #35

justas79 opened this issue Nov 15, 2017 · 2 comments

Comments

@justas79
Copy link

Hello,

I'm using Play 2.6 with sbt-reactjs 0.6.8. Suddenly I'm getting unresolved dependencies error:

unresolved dependency: org.webjars.npm#graceful-readlink;1.0.0: not found
unresolved dependency: org.webjars.npm#minimatch;[2,3),[3,4): not found

Tried to override with:
dependencyOverrides += "org.webjars.npm" % "minimatch" % "3.0.4"
dependencyOverrides += "org.webjars.npm" % "graceful-readlink" %" 1.0.1"

but without success.
Any ideas?

Thanks,
Justas

@dashkto
Copy link

dashkto commented Nov 30, 2017

Add those lines to plugins.sbt

@nafg
Copy link

nafg commented Jan 5, 2018

Works for me, like @dashkto said. @justas79 note that your graceful-readlink version string contains an extra space

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

3 participants