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 69582c4 commit 064374cCopy full SHA for 064374c
build.sbt
@@ -41,7 +41,7 @@ lazy val collectionContrib = crossProject(JVMPlatform, JSPlatform, NativePlatfor
41
},
42
Compile / doc / scalacOptions ++= {
43
CrossVersion.partialVersion(scalaVersion.value) match {
44
- case Some((2, _)) => Seq("-implicits", "-groups", "-nowarn")
+ case Some((2, _)) => Seq("-implicits", "-groups", "-nowarn", "-Xsource:3-cross")
45
case _ => Seq.empty
46
}
47
0 commit comments