From 8f7ab150f98f2acbe6a52314dfd9549e85e0403d Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 00:15:49 +0000 Subject: [PATCH 1/2] Update scala-library, scala-reflect to 2.13.16 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index cfd7bd74d..7a814e815 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.20" - val scala213Version = "2.13.15" + val scala213Version = "2.13.16" val scala3Version = "3.3.4" val allScalaVersions = Seq(scala213Version, scala212Version, scala3Version) From f6014a5e7adbb805561d2c18364ab8097a8028b0 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 19 Jan 2025 01:25:32 +0100 Subject: [PATCH 2/2] Update link-validator.conf --- scripts/link-validator.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/link-validator.conf b/scripts/link-validator.conf index 3bacea87a..35e273875 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.15/scala/runtime/AbstractFunction1.html" - "https://www.scala-lang.org/api/2.13.15/scala/runtime/AbstractFunction2.html" - "https://www.scala-lang.org/api/2.13.15/scala/runtime/AbstractFunction3.html" + "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" # 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