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 aab09faa Update scala-library to 2.13.15 (#235)
aab09faa is described below

commit aab09faa268674cd968bc44bf2f6cd7e52ebc1e3
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 6 01:28:37 2024 +0100

    Update scala-library to 2.13.15 (#235)
    
    * Update scala-library to 2.13.15
    
    * 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 eefb8800..632c0ed9 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.14" // update even in link-validator.conf
+  val Scala213 = "2.13.15" // update even in link-validator.conf
   val Scala212 = "2.12.20"
   val Scala3 = "3.3.3"
 
diff --git a/scripts/link-validator.conf b/scripts/link-validator.conf
index 47ed99b9..7f1d00e1 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.14/scala/runtime/AbstractFunction2.html";
+    
"https://www.scala-lang.org/api/2.13.15/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]

Reply via email to