chore: bump Scala to 2.13.16 (#1704)
This commit is contained in:
parent
17f7161837
commit
9844a1befa
2 changed files with 5 additions and 5 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue