All of my sbt commands (sbt assembly, sbt package etc..) get's stuck with following message
Getting org.scala-sbt sbt 0.13.8 ...
I am using Mac OS X Yosemite, Java - 1.8.0_45, Scala - 2.11.6, Sbt - 0.13.8
Any idea why my sbt commands always stuck with above message?
It seems that SBT still has issues with Java 8. I found these posts 1, 2 to be useful. Downgrading to Java 7 is a much safer choice for now.