Created
September 29, 2016 16:45
-
-
Save velvia/5690cd1b44ee7f2057a81b3b6cc100fc to your computer and use it in GitHub Desktop.
SBT 0.13.11 download issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: problems summary :: | |
:::: WARNINGS | |
[FAILED ] org.scala-sbt#main;0.13.11!main.jar: The HTTP response code for https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/main/0.13.11/jars/main.jar did not indicate a success. See log for more detail. (323ms) | |
[FAILED ] org.scala-sbt#main;0.13.11!main.jar: The HTTP response code for https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/main/0.13.11/jars/main.jar did not indicate a success. See log for more detail. (323ms) | |
==== typesafe-ivy-releases: tried | |
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/main/0.13.11/jars/main.jar | |
[FAILED ] org.scala-sbt#compiler-interface;0.13.11!compiler-interface.jar: The HTTP response code for https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/compiler-interface/0.13.11/jars/compiler-interface.jar did not indicate a success. See log for more detail. (308ms) | |
[FAILED ] org.scala-sbt#compiler-interface;0.13.11!compiler-interface.jar: The HTTP response code for https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/compiler-interface/0.13.11/jars/compiler-interface.jar did not indicate a success. See log for more detail. (308ms) | |
==== typesafe-ivy-releases: tried | |
https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/compiler-interface/0.13.11/jars/compiler-interface.jar | |
[FAILED ] org.scala-sbt#actions;0.13.11!actions.jar: The HTTP response code for https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/actions/0.13.11/jars/actions.jar did not indicate a success. See log for more detail. (309ms) | |
[FAILED ] org.scala-sbt#actions;0.13.11!actions.jar: The HTTP response code for https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/actions/0.13.11/jars/actions.jar did not indicate a success. See log for more detail. (309ms) |
yes
Update SBT to 0.13.18 in project/build.properties.
Then read through https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html and update to an even newer version.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you found a solution ?