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-http.git


The following commit(s) were added to refs/heads/main by this push:
     new 949571a15 scala 2.13.17 (#807)
949571a15 is described below

commit 949571a15feb150464c7f4297b3a24de4e40d252
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Sep 30 16:25:09 2025 +0100

    scala 2.13.17 (#807)
    
    * scala 2.13.17
    
    * Update link-validator.conf
---
 project/Dependencies.scala  | 2 +-
 scripts/link-validator.conf | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index c5a4a6a1d..d59be4eba 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -33,7 +33,7 @@ object Dependencies {
 
   val scalafixVersion = _root_.scalafix.sbt.BuildInfo.scalafixVersion // grab 
from plugin
 
-  val scala213Version = "2.13.16"
+  val scala213Version = "2.13.17"
   val scala3Version = "3.3.6"
   val allScalaVersions = Seq(scala213Version, scala3Version)
 
diff --git a/scripts/link-validator.conf b/scripts/link-validator.conf
index c84df9f2e..c202cd210 100644
--- a/scripts/link-validator.conf
+++ b/scripts/link-validator.conf
@@ -60,9 +60,9 @@ site-link-validator {
     # apparent cert issue failing the build
     "https://www.reactivemanifesto.org";
     # Problematic link generated by scaladoc
-    
"https://www.scala-lang.org/api/2.13.16/scala/runtime/AbstractFunction1.html";
-    
"https://www.scala-lang.org/api/2.13.16/scala/runtime/AbstractFunction2.html";
-    
"https://www.scala-lang.org/api/2.13.16/scala/runtime/AbstractFunction3.html";
+    
"https://www.scala-lang.org/api/2.13.17/scala/runtime/AbstractFunction1.html";
+    
"https://www.scala-lang.org/api/2.13.17/scala/runtime/AbstractFunction2.html";
+    
"https://www.scala-lang.org/api/2.13.17/scala/runtime/AbstractFunction3.html";
     # Bug, see https://github.com/scala/bug/issues/12807 and 
https://github.com/lampepfl/dotty/issues/17973
     
"https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/StandardOpenOption$.html";
     # Occasionally returns a 500 Internal Server Error


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to