Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ object Dependencies {

val scalafixVersion = _root_.scalafix.sbt.BuildInfo.scalafixVersion // grab from plugin

val scala212Version = "2.12.20"
val scala213Version = "2.13.17"
val scala3Version = "3.3.6"
val scala212Version = "2.12.21"
val scala213Version = "2.13.18"
val scala3Version = "3.3.7"
val allScalaVersions = Seq(scala213Version, scala212Version, scala3Version)

val Versions = Seq(
Expand Down
6 changes: 3 additions & 3 deletions scripts/link-validator.conf
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ site-link-validator {
# apparent cert issue failing the build
"https://www.reactivemanifesto.org"
# Problematic link generated by scaladoc
"https://www.scala-lang.org/api/2.13.17/scala/runtime/AbstractFunction1.html"
"https://www.scala-lang.org/api/2.13.17/scala/runtime/AbstractFunction2.html"
"https://www.scala-lang.org/api/2.13.17/scala/runtime/AbstractFunction3.html"
"https://www.scala-lang.org/api/2.13.18/scala/runtime/AbstractFunction1.html"
"https://www.scala-lang.org/api/2.13.18/scala/runtime/AbstractFunction2.html"
"https://www.scala-lang.org/api/2.13.18/scala/runtime/AbstractFunction3.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"
# Occasionally returns a 500 Internal Server Error
Expand Down
Loading