diff --git a/sbt/src/sbt-test/actions/doc/test b/sbt/src/sbt-test/actions/doc/test index ed4a3be2a..8a5c6fdb6 100644 --- a/sbt/src/sbt-test/actions/doc/test +++ b/sbt/src/sbt-test/actions/doc/test @@ -1,4 +1,4 @@ -> 'set scalacOptions in doc += "-Xfatal-warnings"' +> 'set scalacOptions in (Compile, doc) += "-Xfatal-warnings"' -> doc