Skip to content

Commit c17a3eb

Browse files
committed
Fix scala 2 sources link
1 parent 2df6f9e commit c17a3eb

File tree

1 file changed

+1
-1
lines changed
  • cli/src/sbt-test/integration/standalone

1 file changed

+1
-1
lines changed

cli/src/sbt-test/integration/standalone/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runScript := {
4949
if (ver.startsWith("3."))
5050
s"https://github.com/scala/scala3/releases/download/$ver/$scalaDir.zip"
5151
else
52-
s"https://github.com/scala/scala/releases/download/scala/v$ver/$scalaDir.zip"
52+
s"https://github.com/scala/scala/releases/download/v${ver}/${scalaDir}.zip"
5353
IO.unzipURL(url(downloadUrl), cacheDir)
5454
}
5555
// Make sure we can execute scala/scalac from downloaded distro

0 commit comments

Comments
 (0)