sbt-reactjs icon indicating copy to clipboard operation
sbt-reactjs copied to clipboard

Unresolved dependencies

Open justas79 opened this issue 8 years ago • 2 comments

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

justas79 avatar Nov 15 '17 06:11 justas79

Add those lines to plugins.sbt

dashkto avatar Nov 30 '17 16:11 dashkto

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

nafg avatar Jan 05 '18 18:01 nafg