hoelog
hoelog

Reputation: 33

sbt don't work properly - module not found: org.scala-sbt

When I run sbt(0.12.4) on my PC - Win8.1 x86 - I get the error messages module not found: org.scala-sbt.

==== typesafe-ivy-releases: tried

http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt/0.12.4/ivys/ivy.xml

I suspect that the URL is wrong.
On my PC browser I can't connect there but connect to "http://repo.typesafe.com/typesafe/simple/ivy-releases/org.scala-sbt/sbt/0.12.4/ivys/ivy.xml"

The difference is at /simple/ in the middle of the URL.

Maybe there has to be an alias between them, but it doesn't now.

How can I fix this problem?
Or could typesafe.com fix it?

Upvotes: 2

Views: 858

Answers (1)

ferk86
ferk86

Reputation: 2345

current news: https://twitter.com/search?q=sbt

posted by sbt ‏@scala_sbt  20 min ago
we are having proxy issue right now with ivy-release repo. JFrog is on it to fix this

Upvotes: 1

Related Questions