Skip to content

Commit

Permalink
chore: bump Scala to 2.13.16
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Pin committed Jan 10, 2025
1 parent b160861 commit 88895ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
8 changes: 4 additions & 4 deletions scripts/link-validator.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down

0 comments on commit 88895ca

Please sign in to comment.