Skip to content

Commit

Permalink
Remove all dotty doc
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Apr 20, 2021
1 parent 1f125c0 commit 2c674fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ lazy val kernel = crossProject(JSPlatform, JVMPlatform)
.settings(libraryDependencies += "org.typelevel" %%% "cats-core" % CatsVersion)
.jsSettings(
Compile / doc / sources := {
if (scalaVersion.value == "3.0.0-RC2")
if (isDotty.value)
Seq()
else
(Compile / doc / sources).value
Expand Down

0 comments on commit 2c674fa

Please sign in to comment.