From 88895ca930f0fa87d853b8e2cae18a37f1a999c6 Mon Sep 17 00:00:00 2001 From: He-Pin Date: Sat, 11 Jan 2025 03:30:04 +0800 Subject: [PATCH] chore: bump Scala to 2.13.16 --- project/Dependencies.scala | 2 +- scripts/link-validator.conf | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 9ab38d049a..864a7e0ad4 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -41,7 +41,7 @@ object Dependencies { val jacksonDatabindVersion = jacksonCoreVersion 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) diff --git a/scripts/link-validator.conf b/scripts/link-validator.conf index 0fa03dc396..ab91096536 100644 --- a/scripts/link-validator.conf +++ b/scripts/link-validator.conf @@ -51,10 +51,10 @@ site-link-validator { ignore-prefixes = [ ## GitHub will block with "429 Too Many Requests" "https://github.com/" - "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.15/scala/runtime/AbstractPartialFunction.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" + "https://www.scala-lang.org/api/2.13.16/scala/runtime/AbstractPartialFunction.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" ]