skestle
skestle
This is draft simply because #144 has not been merged.
I'd love to tell you what version of coursier I'm running, but I can't figure out how.
In gitter, Vijay was able to fix his issue by providing credentials in file instead of in the `-r` argument. However, I have no need for credentials. https://gitter.im/coursier/coursier?at=62623631f43b6d783f6069b2 Perhaps this...
So it seems that this works, but not as specified on the packet. Instead of "libraryDependencies += "org.scalaj" %% "scalaj-time" % "0.7"" you need to use "libraryDependencies += "org.scalaj" %...
It seems that this changed in scala 2.10. See http://www.scala-sbt.org/release/docs/Detailed-Topics/Cross-Build for details. The better way of resolving the dependency until this is fixed is libraryDependencies += "org.scalaj" % "scalaj-time" %...