How to fix this “sbt.ResolveException: unresolved dependency: commons-logging#commons-logging;1.1.1:” exception?

前端 未结 4 1569
既然无缘
既然无缘 2021-02-04 05:39

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.

4条回答
  •  不思量自难忘°
    2021-02-04 06:09

    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

提交回复
热议问题