Skip to content

Commit

Permalink
bump: scala-library 2.13.14 (was 2.13.13) (#1748)
Browse files Browse the repository at this point in the history
* bump: scala-library 2.13.14 (was 2.13.13)
* Scala version in link validator
  • Loading branch information
scala-steward authored Jul 5, 2024
1 parent 7717087 commit ccfa1a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ val Nightly = sys.env.get("EVENT_NAME").contains("schedule")

// align ignore-prefixes in scripts/link-validator.conf
// align in release.yml
val Scala213 = "2.13.13"
val Scala213 = "2.13.14"
val Scala3 = "3.3.3"
val ScalaVersions = Seq(Scala213, Scala3)

Expand Down
2 changes: 1 addition & 1 deletion scripts/link-validator.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ site-link-validator {

ignore-prefixes = [
# runtime is NOT part of the published Scaladoc
"https://www.scala-lang.org/api/2.13.13/scala/runtime/AbstractFunction2.html"
"https://www.scala-lang.org/api/2.13.14/scala/runtime/AbstractFunction2.html"
# GitHub will block with "429 Too Many Requests"
"https://github.com/"
# MVN repository forbids access after a few requests
Expand Down

0 comments on commit ccfa1a9

Please sign in to comment.