Skip to content

Commit

Permalink
Update to Scala 2.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Mar 12, 2024
1 parent bea7d2b commit 06c6e3e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ updates.ignore = [
{ groupId = "org.apache.pekko", artifactId = "pekko-multi-node-testkit" },
{ groupId = "org.apache.pekko", artifactId = "pekko-http" },
{ groupId = "com.lightbend.sbt", artifactId = "sbt-java-formatter" }
# genjavadoc is broken with latest Scala 2.13.13, see https://github.com/lightbend/genjavadoc/issues/347 and https://github.com/scala/bug/issues/12966
{ groupId = "org.scala-lang" }
{ groupId = "ch.epfl.scala" }
]

updates.pin = [
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ object Dependencies {
val scalafixVersion = _root_.scalafix.sbt.BuildInfo.scalafixVersion // grab from plugin

val scala212Version = "2.12.19"
val scala213Version = "2.13.12"
val scala213Version = "2.13.13"
val scala3Version = "3.3.3"
val allScalaVersions = Seq(scala213Version, scala212Version, scala3Version)

Expand Down
2 changes: 1 addition & 1 deletion project/Doc.scala
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,5 @@ object BootstrapGenjavadoc extends AutoPlugin {
test / javacOptions += "-Xdoclint:none",
doc / javacOptions += "-Xdoclint:none",
Compile / scalacOptions += "-P:genjavadoc:fabricateParams=true",
unidocGenjavadocVersion in Global := "0.18")).getOrElse(Seq.empty)
unidocGenjavadocVersion in Global := "0.19")).getOrElse(Seq.empty)
}
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.1-RC1+5-13892678-SN

addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")
addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.12")
addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.3.3")
Expand Down
6 changes: 3 additions & 3 deletions scripts/link-validator.conf
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,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.12/scala/runtime/AbstractFunction1.html"
"https://www.scala-lang.org/api/2.13.12/scala/runtime/AbstractFunction2.html"
"https://www.scala-lang.org/api/2.13.12/scala/runtime/AbstractFunction3.html"
"https://www.scala-lang.org/api/2.13.13/scala/runtime/AbstractFunction1.html"
"https://www.scala-lang.org/api/2.13.13/scala/runtime/AbstractFunction2.html"
"https://www.scala-lang.org/api/2.13.13/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

0 comments on commit 06c6e3e

Please sign in to comment.