This is an automated email from the ASF dual-hosted git repository.

mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new 663c83234 Update link-validator.conf due to Scala 2.13.13
663c83234 is described below

commit 663c832341546fe902bf56cbba6c87b0869aef84
Author: Matthew de Detrich <[email protected]>
AuthorDate: Tue Mar 12 19:20:00 2024 +0100

    Update link-validator.conf due to Scala 2.13.13
---
 scripts/link-validator.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/link-validator.conf b/scripts/link-validator.conf
index 1b28105e8..7d33880bb 100644
--- a/scripts/link-validator.conf
+++ b/scripts/link-validator.conf
@@ -41,7 +41,7 @@ site-link-validator {
     "http://www.thedevpiece.com/";
     # genereated by @apidoc
     "http://pravega.io/";
-    "http://www.scala-lang.org/api/2.13.12/scala/concurrent/Future.html";
-    "http://www.scala-lang.org/api/2.13.12/scala/util/Try.html";
+    "http://www.scala-lang.org/api/2.13.13/scala/concurrent/Future.html";
+    "http://www.scala-lang.org/api/2.13.13/scala/util/Try.html";
   ]
 }


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

Reply via email to