File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ object Dependencies {
3333
3434 val scalafixVersion = _root_.scalafix.sbt.BuildInfo .scalafixVersion // grab from plugin
3535
36- val scala213Version = " 2.13.16 "
36+ val scala213Version = " 2.13.17 "
3737 val scala3Version = " 3.3.6"
3838 val allScalaVersions = Seq (scala213Version, scala3Version)
3939
Original file line number Diff line number Diff line change @@ -60,9 +60,9 @@ site-link-validator {
6060 # apparent cert issue failing the build
6161 "https://www.reactivemanifesto.org"
6262 # Problematic link generated by scaladoc
63- "https://www.scala-lang.org/api/2.13.16 /scala/runtime/AbstractFunction1.html"
64- "https://www.scala-lang.org/api/2.13.16 /scala/runtime/AbstractFunction2.html"
65- "https://www.scala-lang.org/api/2.13.16 /scala/runtime/AbstractFunction3.html"
63+ "https://www.scala-lang.org/api/2.13.17 /scala/runtime/AbstractFunction1.html"
64+ "https://www.scala-lang.org/api/2.13.17 /scala/runtime/AbstractFunction2.html"
65+ "https://www.scala-lang.org/api/2.13.17 /scala/runtime/AbstractFunction3.html"
6666 # Bug, see https://github.com/scala/bug/issues/12807 and https://github.com/lampepfl/dotty/issues/17973
6767 "https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/StandardOpenOption$.html"
6868 # Occasionally returns a 500 Internal Server Error
You can’t perform that action at this time.
0 commit comments