In a Scala project I updated the build.properties
from 0.13.8 to 0.13.11. That "broke" sbt as it does not start anymore, i.e. it cannot download the 0.13.11 jars?! sbt prints a list of tried repo's, but the repo.typesafe.com
was not one of them.
My local installed sbt is 0.13.8.
For some reason the scala-sbt
jars are not available anymore in Typesafe's Bintray. Largest version there is 0.13.9.
I know the place to get it is https://repo.typesafe.com/typesafe/ivy-releases/, but how do I tell sbt to use this repo?
I have already tried:
plugins.sbt
build.sbt
.sbt/repositories
but I cannot get it working.
How to tell sbt where to get binaries?
Make sure that you're using sbt (launcher) that's at the same version of higher than the version used in your project.
Execute sbt about
in an empty directory and find [info] This is sbt X.Y.X
.
Make sure that you don't use ~/.sbt/repositories
file that sets up the repositories used to resolve artifacts.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With