Skip to content

Commit 8e500bb

Browse files
committed
Minor updates for the 2.12.x branch
Search for 'classpath' instead of 'optimise' in scalac's help text. Fix a link.
1 parent 3cbddb7 commit 8e500bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
An sbt project that touches all dependencies built with a Scala release. Makes sure that the JARs exist and work.
44

5-
Run as a [jenkins job](https://scala-ci.typesafe.com/job/scala-2.11.x-release-smoketest/) during the release.
5+
Run as a [jenkins job](https://scala-ci.typesafe.com/job/scala-2.12.x-release-smoketest/) during the release.

scripts/jobs/release/smoketest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ testCommand() {
4242
}
4343
}
4444

45-
testCommand "scalac" "optimise"
45+
testCommand "scalac" "classpath"
4646
testCommand "fsc" "shutdown"
4747
testCommand "scaladoc" "doc-title"
4848

0 commit comments

Comments
 (0)