Skip to content

Commit 9ff99ac

Browse files
committed
wip
1 parent 0a6bb8f commit 9ff99ac

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.sbt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
Global / cancelable := true
22
publish / skip := true // in root
33

4-
Global / scalacOptions ++= (
5-
if (isDotty.value) Seq("-language:implicitConversions") // TODO check again on 3.0.0-M1
6-
else Seq()
7-
)
8-
94
lazy val commonSettings: Seq[Setting[_]] =
105
ScalaModulePlugin.scalaModuleSettings ++ Seq(
116
Compile / compile / scalacOptions --= (if (isDotty.value) Seq("-Xlint")

0 commit comments

Comments
 (0)