Skip to content

Instantly share code, notes, and snippets.

@velvia
Created September 29, 2016 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velvia/5690cd1b44ee7f2057a81b3b6cc100fc to your computer and use it in GitHub Desktop.
Save velvia/5690cd1b44ee7f2057a81b3b6cc100fc to your computer and use it in GitHub Desktop.
SBT 0.13.11 download issue
:: 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)
@amathurcx
Copy link

Did you found a solution ?

@fusonghe
Copy link

yes

@chkelly
Copy link

chkelly commented Jul 17, 2020

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.

@chkelly
Copy link

chkelly commented Jul 17, 2020

yes

Why not provide the answer?

birdculturedickmove

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment