Skip to content

Commit 949571a

Browse files
authored
scala 2.13.17 (#807)
* scala 2.13.17 * Update link-validator.conf
1 parent 7fe7711 commit 949571a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

scripts/link-validator.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)