Skip to content

Commit

Permalink
fix warning in build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Sep 17, 2023
1 parent 37677e6 commit 9c38f60
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -284,17 +284,18 @@ 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")}/"
),
)
)
.addApiLinks(
ApiLinks(
baseUri = s"https://www.scala-lang.org/api/$Scala213/",
packagePrefix = "scala"
)
)
)
)
},
libraryDependencies ++= Seq(
Expand Down

0 comments on commit 9c38f60

Please sign in to comment.