We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa2f52 commit bcc85fdCopy full SHA for bcc85fd
build.sbt
@@ -10,7 +10,7 @@ lazy val commonSettings: Seq[Setting[_]] =
10
ScalaModulePlugin.scalaModuleSettings ++ Seq(
11
Compile / compile / scalacOptions --= (if (isDotty.value) Seq("-Xlint")
12
else Seq()),
13
- Compile / compile / scalacOptions ++= (if (isDotty.value) Seq("")
+ Compile / compile / scalacOptions ++= (if (isDotty.value) Seq()
14
else Seq("-Werror")),
15
)
16
0 commit comments