Ivan
Ivan

Reputation: 64207

Where can I download an SBT 0.13 snapshot package?

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?

Upvotes: 1

Views: 1377

Answers (1)

Nihathrael
Nihathrael

Reputation: 515

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/

Upvotes: 3

Related Questions