Skip to content

Commit

Permalink
Merge pull request #4518 from xuwei-k/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge authored Sep 17, 2023
2 parents 37677e6 + 641b1b1 commit 85633a2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ lazy val docs = project
laikaConfig.value.withRawContent
.withConfigValue("version", mdocVariables.value("VERSION"))
.withConfigValue(
LinkConfig(apiLinks =
List(
LinkConfig.empty
.addApiLinks(
ApiLinks(
baseUri = s"https://www.javadoc.io/doc/org.typelevel/cats-docs_2.13/${mdocVariables.value("VERSION")}/"
),
Expand All @@ -294,7 +294,6 @@ lazy val docs = project
packagePrefix = "scala"
)
)
)
)
},
libraryDependencies ++= Seq(
Expand Down

0 comments on commit 85633a2

Please sign in to comment.