1

Being stuck with a scala 2.9 compiler bug I've decided to try moving to Scala 2.10 RC. As a part of the switch I was trying to install SBT 0.13 snapshot.

The official web page lists a broken link:

http://scalasbt.artifactoryonline.com/scalasbt/sbt-native-packages/org/scala-sbt/sbt//0.13.0-SNAPSHOT/sbt.tgz

There is nothing about 0.13 in the directory, the link gives Error 404.

Any ideas about where to get the file?

Community
  • 1
  • 1
Ivan
  • 63,011
  • 101
  • 250
  • 382

1 Answers1

3

If you don't wont to compile them on your own, try these: http://repo.typesafe.com/typesafe/simple/ivy-releases/org.scala-sbt/sbt/

Nihathrael
  • 515
  • 1
  • 4
  • 13
  • Yep. I've just found that in some seconds before you've posted the answer. I hope that is going to work. – Ivan Nov 11 '12 at 23:02