We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like bintray has disabled/forbidden downloads of sbt. From my CI:
The command '/bin/sh -c curl -L -o sbt-$SBT_VERSION.deb https://dl.bintray.com/sbt/debian/sbt-$SBT_VERSION.deb && dpkg -i sbt-$SBT_VERSION.deb && rm sbt-$SBT_VERSION.deb' returned a non-zero code: 1
After downloading https://dl.bintray.com/sbt/debian/sbt-1.3.0.deb the file just contains Forbidden!
https://dl.bintray.com/sbt/debian/sbt-1.3.0.deb
Forbidden!
I'm not sure if the bintray issue is permanent as their status page shows no systemic problems: https://status.bintray.com/
This problem first appeared for me on Jul 6 2021.
My proposed solution is to use https://repo.scala-sbt.org/scalasbt/debian/sbt-$SBT_VERSION.deb, or at least as a fallback.
https://repo.scala-sbt.org/scalasbt/debian/sbt-$SBT_VERSION.deb
The text was updated successfully, but these errors were encountered:
I wrote a quick-and-dirty fork available here: https://github.com/marketplace/actions/sbt-action-using-scala-sbt
It's only compiled for Java 8, sbt 1.3.0, scala 2.11.12 at the moment.
Sorry, something went wrong.
I think bintray is RIP https://jfrog.com/center-sunset/
No branches or pull requests
It looks like bintray has disabled/forbidden downloads of sbt. From my CI:
After downloading
https://dl.bintray.com/sbt/debian/sbt-1.3.0.deb
the file just containsForbidden!
I'm not sure if the bintray issue is permanent as their status page shows no systemic problems: https://status.bintray.com/
This problem first appeared for me on Jul 6 2021.
My proposed solution is to use
https://repo.scala-sbt.org/scalasbt/debian/sbt-$SBT_VERSION.deb
, or at least as a fallback.The text was updated successfully, but these errors were encountered: