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 3cbddb7 commit 8e500bbCopy full SHA for 8e500bb
README.md
@@ -2,4 +2,4 @@
2
3
An sbt project that touches all dependencies built with a Scala release. Makes sure that the JARs exist and work.
4
5
-Run as a [jenkins job](https://scala-ci.typesafe.com/job/scala-2.11.x-release-smoketest/) during the release.
+Run as a [jenkins job](https://scala-ci.typesafe.com/job/scala-2.12.x-release-smoketest/) during the release.
scripts/jobs/release/smoketest
@@ -42,7 +42,7 @@ testCommand() {
42
}
43
44
45
-testCommand "scalac" "optimise"
+testCommand "scalac" "classpath"
46
testCommand "fsc" "shutdown"
47
testCommand "scaladoc" "doc-title"
48
0 commit comments