summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
Diffstat (limited to 'project')
-rw-r--r--project/ScriptCommands.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/ScriptCommands.scala b/project/ScriptCommands.scala
index e5ff38617e..0bf43b18e8 100644
--- a/project/ScriptCommands.scala
+++ b/project/ScriptCommands.scala
@@ -13,7 +13,7 @@ object ScriptCommands {
// Append build.timestamp to Artifactory URL to get consistent build numbers (see https://github.com/sbt/sbt/issues/2088):
publishTo in Global := Some("scala-pr" at url.replaceAll("/$", "") + ";build.timestamp=" + System.currentTimeMillis),
publishArtifact in (Compile, packageDoc) in ThisBuild := false,
- scalacOptions in Compile in ThisBuild += "-Yopt:l:classpath",
+ scalacOptions in Compile in ThisBuild += "-opt:l:classpath",
logLevel in ThisBuild := Level.Info,
logLevel in update in ThisBuild := Level.Warn
), state)