When I try to start sbt from algebird, I get unresolved dependencies error Here is the log https://gist.github.com/vramana/83599eae34e1f4120bde. Most of the links present in the log point to 404 Not found. Can somebody tell what's going wrong?
When I try to start
sbtfrom algebird, I get unresolved dependencies error Here is the log https://gist.github.com/vramana/83599eae34e1f4120bde. Most of the links present in the log point to404 Not found. Can somebody tell what's going wrong?
--
You received this message because you are subscribed to the Google Groups "algebird" group.
To unsubscribe from this group and stop receiving emails from it, send an email to algebird+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
SBT plugins are published for each specific combination of scala version and plugin version; it looks like you've moved up to SBT 0.13, but the plugins in the repo are still stuck on 0.12.
I think if you use the sbt script hosted in the repo you should be good to go:
./sbt update
Can you give it a try and let me know?
Thanks!
Sam