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.
2 parents 1e83d4d + 87a4542 commit 8bde32fCopy full SHA for 8bde32f
src/main/scala/ScalaModulePlugin.scala
@@ -11,7 +11,7 @@ object ScalaModulePlugin extends Plugin {
11
partestVersion := "1.0-RC5",
12
organization := "org.scala-lang.modules",
13
// don't use for doc scope, scaladoc warnings are not to be reckoned with
14
- scalacOptions in compile ++= Seq("-optimize", "-Xfatal-warnings", "-feature", "-deprecation", "-unchecked", "-Xlint"),
+ scalacOptions in (Compile, compile) ++= Seq("-optimize", "-Xfatal-warnings", "-feature", "-deprecation", "-unchecked", "-Xlint"),
15
// Generate $name.properties to store our version as well as the scala version used to build
16
resourceGenerators in Compile <+= Def.task {
17
val props = new java.util.Properties
0 commit comments