Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump: paradox theme 24.10.6 #3321

Merged
merged 3 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading