Closed dpancic closed 4 years ago
Hi,
Peripleo is currently somewhat unsupported... But AFAIK some of the repositories for dependencies have moved in the meantime. Can you cross-compare with the build file in Recogito? I think adding the same resolvers as in this build file should fix the issue:
Thank you @rsimon
Adding resolvers from Recogito to build.sbt almost solved the problem.
There is one more missing dependency:
[error] (*:update) sbt.librarymanagement.ResolveException: download failed: com.lightbend.sbt#sbt-javaagent;0.1.4!sbt-javaagent.jar
Hi,
ah - yes, I think we had the same problem in Recogito. Some repos went down in the meantime, others didn't get updated. In the end, the problem was with the version of the auth framework (Silhouette). I made a change to the build file which bumps the Silhouett version from 5.0.0 to 5.0.7 - which should be available in the current repos, along with all its transient dependencies.
After that change, the build seemed to work again. Can git pull
to the latest state from the master branch and try again?
It works. Thank you
Command sbt run returning following errors: