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.
1 parent 0a6bb8f commit 9ff99acCopy full SHA for 9ff99ac
build.sbt
@@ -1,11 +1,6 @@
1
Global / cancelable := true
2
publish / skip := true // in root
3
4
-Global / scalacOptions ++= (
5
- if (isDotty.value) Seq("-language:implicitConversions") // TODO check again on 3.0.0-M1
6
- else Seq()
7
-)
8
-
9
lazy val commonSettings: Seq[Setting[_]] =
10
ScalaModulePlugin.scalaModuleSettings ++ Seq(
11
Compile / compile / scalacOptions --= (if (isDotty.value) Seq("-Xlint")
0 commit comments