This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors-kafka.git
The following commit(s) were added to refs/heads/main by this push:
new 7cbd1524 Update scala-library to 2.13.14 (#181)
7cbd1524 is described below
commit 7cbd15244d7689791d46d7b5c16dc2613261f256
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun May 5 11:12:21 2024 +0100
Update scala-library to 2.13.14 (#181)
* Update scala-library to 2.13.14
* Update link-validator.conf
---------
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
Co-authored-by: PJ Fanning <[email protected]>
---
project/Versions.scala | 2 +-
scripts/link-validator.conf | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/project/Versions.scala b/project/Versions.scala
index b59f43cc..6e9a972b 100644
--- a/project/Versions.scala
+++ b/project/Versions.scala
@@ -16,7 +16,7 @@ object Versions {
val Nightly: Boolean = sys.env.get("EVENT_NAME").contains("schedule")
// align ignore-prefixes in scripts/link-validator.conf
- val Scala213 = "2.13.13" // update even in link-validator.conf
+ val Scala213 = "2.13.14" // update even in link-validator.conf
val Scala212 = "2.12.19"
val Scala3 = "3.3.3"
diff --git a/scripts/link-validator.conf b/scripts/link-validator.conf
index ef7cd406..9f6442a9 100644
--- a/scripts/link-validator.conf
+++ b/scripts/link-validator.conf
@@ -25,7 +25,7 @@ site-link-validator {
ignore-prefixes = [
# runtime is part of the published Scaladoc
-
"https://www.scala-lang.org/api/2.13.13/scala/runtime/AbstractFunction2.html"
+
"https://www.scala-lang.org/api/2.13.14/scala/runtime/AbstractFunction2.html"
# Javadoc link that points to wrong file name (should have $ at end of
file name)
"https://pekko.apache.org/api/pekko/current/org/apache/pekko/stream/testkit/javadsl/StreamTestKit.html"
# GitHub will block with "429 Too Many Requests"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]