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 0ad65c68f Update scala-library, scala-reflect to 2.13.14 (#545)
0ad65c68f is described below
commit 0ad65c68f087aa3f27a467e8e4b8a6e0e0025123
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun May 5 11:06:05 2024 +0100
Update scala-library, scala-reflect to 2.13.14 (#545)
* Update scala-library, scala-reflect 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/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 955ceaedb..6397b6709 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -34,7 +34,7 @@ object Dependencies {
val scalafixVersion = _root_.scalafix.sbt.BuildInfo.scalafixVersion // grab
from plugin
val scala212Version = "2.12.19"
- val scala213Version = "2.13.13"
+ val scala213Version = "2.13.14"
val scala3Version = "3.3.3"
val allScalaVersions = Seq(scala213Version, scala212Version, scala3Version)
diff --git a/scripts/link-validator.conf b/scripts/link-validator.conf
index 35d38eed0..1170532e9 100644
--- a/scripts/link-validator.conf
+++ b/scripts/link-validator.conf
@@ -55,9 +55,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.13/scala/runtime/AbstractFunction1.html"
-
"https://www.scala-lang.org/api/2.13.13/scala/runtime/AbstractFunction2.html"
-
"https://www.scala-lang.org/api/2.13.13/scala/runtime/AbstractFunction3.html"
+
"https://www.scala-lang.org/api/2.13.14/scala/runtime/AbstractFunction1.html"
+
"https://www.scala-lang.org/api/2.13.14/scala/runtime/AbstractFunction2.html"
+
"https://www.scala-lang.org/api/2.13.14/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]