Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Oct 18, 2024
1 parent 3833fa7 commit 090997f
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 @@ -373,7 +373,7 @@ lazy val docs = project
"canonical.base_url" -> "https://pekko.apache.org/docs/pekko-management/1.0",
"scaladoc.base_url" -> s"https://pekko.apache.org/api/pekko-management/1.0/",
"scala.binary.version" -> scalaBinaryVersion.value,
"pekko.version" -> Dependencies.pekkoVersion,
"pekko.version" -> PekkoCoreDependency.version,
"extref.pekko.base_url" -> s"https://pekko.apache.org/docs/pekko/${Dependencies.pekkoBinaryVersion}/%s",
"scaladoc.pekko.base_url" -> s"https://pekko.apache.org/api/pekko/${Dependencies.pekkoBinaryVersion}/",
"extref.pekko-http.base_url" -> s"https://pekko.apache.org/docs/pekko-http/${Dependencies.pekkoHttpBinaryVersion}/%s",
Expand Down

0 comments on commit 090997f

Please sign in to comment.