Skip to content

Commit

Permalink
bump: paradox theme 24.10.6 (#3321)
Browse files Browse the repository at this point in the history
* 24.10.6
* Fix links
  • Loading branch information
ennru authored Dec 11, 2024
1 parent caf4028 commit 67d4dad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/paradox/release-notes/2.0.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Released 2020-04-30

- **Alpakka 2.0 updates dependencies for most connectors.**
- **Alpakka 2.0 requires Akka 2.5.31 or Akka 2.6.4.** We recommend upgrading your projects to the latest versions of Akka.
- Many Alpakka APIs haven't changed since Alpakka 1.0. We hope adapting to the changes will be easy. For the time being we don't have dedicated migration guides. Please reach out in the [Discuss forum](https://discuss.akka.io/c/akka-libraries) if you run into problems.
- Many Alpakka APIs haven't changed since Alpakka 1.0. We hope adapting to the changes will be easy. For the time being we don't have dedicated migration guides. Please reach out in the [Discuss forum](https://discuss.akka.io/c/akka) if you run into problems.

## Major new functionality

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")
// docs
addSbtPlugin("io.akka" % "sbt-paradox-akka" % "24.10.3")
addSbtPlugin("io.akka" % "sbt-paradox-akka" % "24.10.6")
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-dependencies" % "0.2.4")
addSbtPlugin("com.lightbend.sbt" % "sbt-publish-rsync" % "0.3")
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
Expand Down
4 changes: 3 additions & 1 deletion scripts/link-validator.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,16 @@ site-link-validator {
# MVN repository forbids access after a few requests
"https://mvnrepository.com/artifact/"
# in api/alpakka/snapshot/akka/stream/alpakka/google/scaladsl/X$minusUpload$minusContent$minusType.html
"https://doc.akka.io/api/akka-http/10.6.0/akka/http/impl/",
"https://doc.akka.io/api/akka-http/10.7.0/akka/http/impl/",
"https://repo.akka.io/snapshots",
# Datastax seem to be blocking bot requests
"https://docs.datastax.com/en/developer/java-driver/",
"https://docs.datastax.com/en/drivers/java/4.17/",
"https://docs.datastax.com/en/dse/6.7/",
# PKIX path validation failed
"https://docs.oasis-open.org/mqtt/mqtt/v3.1.1/"
# REMOVE some day: The Slick 3.5.2 docs are not published, 2024-12-06
"https://scala-slick.org/doc/3.5.2/"
]

ignore-files = []
Expand Down

0 comments on commit 67d4dad

Please sign in to comment.