Skip to content

Commit 3dc30b8

Browse files
committed
update an url
1 parent f008d77 commit 3dc30b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-locally

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ scriptDir="$( cd "$( dirname "$0" )" && pwd )"
44

55
function latestNightly() {
66
>&2 echo "No Scala version specified. Using latest nightly."
7-
url='https://scala-ci.typesafe.com/job/scala-2.12.x-integrate-bootstrap/lastSuccessfulBuild/artifact/jenkins.properties/*view*/'
7+
url='https://scala-ci.typesafe.com/job/scala-2.13.x-integrate-bootstrap/lastSuccessfulBuild/artifact/jenkins.properties/*view*/'
88
curl -f -s -L $url | grep ^version= | cut -d= -f2
99
}
1010

0 commit comments

Comments
 (0)