Skip to content

Commit 064374c

Browse files
committed
fix Scaladoc generation
1 parent 69582c4 commit 064374c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ lazy val collectionContrib = crossProject(JVMPlatform, JSPlatform, NativePlatfor
4141
},
4242
Compile / doc / scalacOptions ++= {
4343
CrossVersion.partialVersion(scalaVersion.value) match {
44-
case Some((2, _)) => Seq("-implicits", "-groups", "-nowarn")
44+
case Some((2, _)) => Seq("-implicits", "-groups", "-nowarn", "-Xsource:3-cross")
4545
case _ => Seq.empty
4646
}
4747
},

0 commit comments

Comments
 (0)