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 fb01b257 scala 2.13.18 (#394)
fb01b257 is described below
commit fb01b257cd69245ab09b772eb9a31ede7eba0bed
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Dec 3 14:53:14 2025 +0100
scala 2.13.18 (#394)
---
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 81cf11da..587bf0be 100644
--- a/project/Versions.scala
+++ b/project/Versions.scala
@@ -15,7 +15,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.17" // update even in link-validator.conf
+ val Scala213 = "2.13.18" // update even in link-validator.conf
val Scala3 = "3.3.7"
val pekkoVersionForDocs = "current"
diff --git a/scripts/link-validator.conf b/scripts/link-validator.conf
index 255c5581..b18e8349 100644
--- a/scripts/link-validator.conf
+++ b/scripts/link-validator.conf
@@ -30,7 +30,7 @@ site-link-validator {
ignore-prefixes = [
# runtime is part of the published Scaladoc
-
"https://www.scala-lang.org/api/2.13.16/scala/runtime/AbstractFunction2.html"
+
"https://www.scala-lang.org/api/2.13.18/scala/runtime/AbstractFunction2.html"
# Javadoc link that points to wrong file name (should have $ at end of
file name)
"https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration$.html"
"https://pekko.apache.org/api/pekko/current/org/apache/pekko/stream/testkit/javadsl/StreamTestKit.html"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]