Skip to content
New issue

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

Wrong URL for SBT #217

Open
elazarl opened this issue Jul 26, 2024 · 0 comments
Open

Wrong URL for SBT #217

elazarl opened this issue Jul 26, 2024 · 0 comments

Comments

@elazarl
Copy link

elazarl commented Jul 26, 2024

When trying to download sbt-launcher we use obsolete URL which returns 404.

What worked for me is

wget https://github.com/sbt/sbt/releases/download/v0.13.18/sbt-0.13.18.zip
unzip sbt-0.13.18.zip -d ~
~/sbt/bin/sbt 'set test in assembly := {}' clean assembly

Is the repository still maintained? Should I submit a PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant