Skip to content

Commit 3493108

Browse files
authored
use latest scala releases (#893)
1 parent 8e1a89f commit 3493108

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

project/Dependencies.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ object Dependencies {
3333

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

36-
val scala212Version = "2.12.20"
37-
val scala213Version = "2.13.17"
38-
val scala3Version = "3.3.6"
36+
val scala212Version = "2.12.21"
37+
val scala213Version = "2.13.18"
38+
val scala3Version = "3.3.7"
3939
val allScalaVersions = Seq(scala213Version, scala212Version, scala3Version)
4040

4141
val Versions = Seq(

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.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"
63+
"https://www.scala-lang.org/api/2.13.18/scala/runtime/AbstractFunction1.html"
64+
"https://www.scala-lang.org/api/2.13.18/scala/runtime/AbstractFunction2.html"
65+
"https://www.scala-lang.org/api/2.13.18/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)