I just clone the project scala-js-react, and run sbt
, it reports some error about dependency.
I tried to fix it by add some resolvers, but no lucky.
I fell into the exactly same problem of commons-collections:commons-collections:3.2.1
. Thanks to Freewind, I just delete ivy-3.2.1.xml and ivydata-3.2.1.properties and it works correctly.
I believe, at least in my case, these metadata files are corrupted but have no evidence to prove.
I had to add a line to the Build.scala file, .settings(resolvers += "Guardian Github io repos" at "https://guardian.github.io/maven/repo-releases/")
Looks like there was a change from http to https and from .com to .io
Just deleted the commons-logging
from local ~/.ivy2/cache
, and re-run it.
PS: I don't know why it can fix it :(
maybe it is late but I had the same problem and above answers did not fix it What I did : in project folder edit build.properties and changed sbt.version from 0.13.5 to 0.13.6
#Activator-generated Properties
#Tue Sep 09 12:46:06 CEST 2014
template.uuid=5f91b045-ad7c-4a08-b31e-3f5ea4bacb81
sbt.version=0.13.6
=> it now goes to https://rep1.maven... instead of http) so it could update the missing libs and ivy2