We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 914d770 commit 569b590Copy full SHA for 569b590
scripts/jobs/release/website/archives
@@ -1,6 +1,6 @@
1
#!/bin/bash -ex
2
3
-url="https://downloads.lightbend.com/scala/$version"
+url="https://github.com/scala/scala/releases/download/v$version"
4
5
if [[ "$version" =~ ^.*-(bin|pre)-[0-9a-f]+$ ]]
6
then archivesDir="~linuxsoft/archives/scala/nightly/2.13.x"
0 commit comments