Skip to content

Commit

Permalink
Improve Scaladoc external links
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry committed Jun 23, 2019
1 parent cc54705 commit bcb1d00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.8" % Test

publishArtifact := false

libraryDependencies += "com.thoughtworks.dsl" %% "domains-cats" % "1.4.0" % Optional

libraryDependencies ++= {
import Ordering.Implicits._
if (VersionNumber(scalaVersion.value).numbers >= Seq(2L, 13L)) {
Expand Down

0 comments on commit bcb1d00

Please sign in to comment.