Skip to content

Commit d5f7d35

Browse files
authored
Update Scala API links to version 2.13.18 (#2551)
1 parent effb788 commit d5f7d35

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/link-validator.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ site-link-validator {
5151
ignore-prefixes = [
5252
## GitHub will block with "429 Too Many Requests"
5353
"https://github.com/"
54-
"https://www.scala-lang.org/api/2.13.17/scala/runtime/AbstractFunction1.html"
55-
"https://www.scala-lang.org/api/2.13.17/scala/runtime/AbstractFunction2.html"
56-
"https://www.scala-lang.org/api/2.13.17/scala/runtime/AbstractFunction3.html"
57-
"https://www.scala-lang.org/api/2.13.17/scala/runtime/AbstractPartialFunction.html"
54+
"https://www.scala-lang.org/api/2.13.18/scala/runtime/AbstractFunction1.html"
55+
"https://www.scala-lang.org/api/2.13.18/scala/runtime/AbstractFunction2.html"
56+
"https://www.scala-lang.org/api/2.13.18/scala/runtime/AbstractFunction3.html"
57+
"https://www.scala-lang.org/api/2.13.18/scala/runtime/AbstractPartialFunction.html"
5858
## Bug, see https://github.com/scala/bug/issues/12807 and https://github.com/lampepfl/dotty/issues/17973
5959
"https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/nio/file/StandardOpenOption$.html"
6060
]

0 commit comments

Comments
 (0)