Skip to content

Commit

Permalink
Update scala-library to 2.13.16 (#275)
Browse files Browse the repository at this point in the history
* Update scala-library to 2.13.16

* Update link-validator.conf

---------

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
Co-authored-by: PJ Fanning <[email protected]>
  • Loading branch information
scala-steward-asf[bot] and pjfanning authored Jan 19, 2025
1 parent 2b2434e commit 1f1c5ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Versions {
val Nightly: Boolean = sys.env.get("EVENT_NAME").contains("schedule")

// align ignore-prefixes in scripts/link-validator.conf
val Scala213 = "2.13.15" // update even in link-validator.conf
val Scala213 = "2.13.16" // update even in link-validator.conf
val Scala212 = "2.12.20"
val Scala3 = "3.3.4"

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

ignore-prefixes = [
# runtime is part of the published Scaladoc
"https://www.scala-lang.org/api/2.13.15/scala/runtime/AbstractFunction2.html"
"https://www.scala-lang.org/api/2.13.16/scala/runtime/AbstractFunction2.html"
# Javadoc link that points to wrong file name (should have $ at end of file name)
"https://pekko.apache.org/api/pekko/current/org/apache/pekko/stream/testkit/javadsl/StreamTestKit.html"
# GitHub will block with "429 Too Many Requests"
Expand Down

0 comments on commit 1f1c5ca

Please sign in to comment.