Skip to content

Commit bcc85fd

Browse files
committed
wip: haha oops
1 parent 0aa2f52 commit bcc85fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ lazy val commonSettings: Seq[Setting[_]] =
1010
ScalaModulePlugin.scalaModuleSettings ++ Seq(
1111
Compile / compile / scalacOptions --= (if (isDotty.value) Seq("-Xlint")
1212
else Seq()),
13-
Compile / compile / scalacOptions ++= (if (isDotty.value) Seq("")
13+
Compile / compile / scalacOptions ++= (if (isDotty.value) Seq()
1414
else Seq("-Werror")),
1515
)
1616

0 commit comments

Comments
 (0)