From 67d4dad4e0ba276f841773586c56d31b0af96f69 Mon Sep 17 00:00:00 2001 From: Enno Runne <458526+ennru@users.noreply.github.com> Date: Wed, 11 Dec 2024 11:25:20 +0100 Subject: [PATCH] bump: paradox theme 24.10.6 (#3321) * 24.10.6 * Fix links --- docs/src/main/paradox/release-notes/2.0.x.md | 2 +- project/plugins.sbt | 2 +- scripts/link-validator.conf | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/src/main/paradox/release-notes/2.0.x.md b/docs/src/main/paradox/release-notes/2.0.x.md index 17e17fe13f..82c80d1903 100644 --- a/docs/src/main/paradox/release-notes/2.0.x.md +++ b/docs/src/main/paradox/release-notes/2.0.x.md @@ -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 diff --git a/project/plugins.sbt b/project/plugins.sbt index 4dc2cd4459..04fa4ea8b0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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") diff --git a/scripts/link-validator.conf b/scripts/link-validator.conf index c249d35711..d37b0e93cb 100644 --- a/scripts/link-validator.conf +++ b/scripts/link-validator.conf @@ -28,7 +28,7 @@ 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/", @@ -36,6 +36,8 @@ site-link-validator { "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 = []