Skip to content

Commit

Permalink
Merge pull request #1123 from ceedubs/kernel-scaladoc
Browse files Browse the repository at this point in the history
Include kernel in ScalaDoc
  • Loading branch information
fthomas authored Jun 14, 2016
2 parents de5f538 + 8c91537 commit 763592f
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 @@ -107,7 +107,7 @@ lazy val testingDependencies = Seq(
def docsSourcesAndProjects(sv: String): (Boolean, Seq[ProjectReference]) =
CrossVersion.partialVersion(sv) match {
case Some((2, 10)) => (false, Nil)
case _ => (true, Seq(coreJVM, freeJVM))
case _ => (true, Seq(kernelJVM, coreJVM, freeJVM))
}

lazy val javadocSettings = Seq(
Expand Down

0 comments on commit 763592f

Please sign in to comment.