chore: bump Scala to 2.13.16 (#1704)

This commit is contained in:
He-Pin(kerr) 2025-01-11 04:44:48 +08:00 committed by GitHub
parent 17f7161837
commit 9844a1befa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -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)

View file

@ -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"
]