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 2df6f9e commit c17a3ebCopy full SHA for c17a3eb
cli/src/sbt-test/integration/standalone/build.sbt
@@ -49,7 +49,7 @@ runScript := {
49
if (ver.startsWith("3."))
50
s"https://github.com/scala/scala3/releases/download/$ver/$scalaDir.zip"
51
else
52
- s"https://github.com/scala/scala/releases/download/scala/v$ver/$scalaDir.zip"
+ s"https://github.com/scala/scala/releases/download/v${ver}/${scalaDir}.zip"
53
IO.unzipURL(url(downloadUrl), cacheDir)
54
}
55
// Make sure we can execute scala/scalac from downloaded distro
0 commit comments