Skip to content

Commit

Permalink
upgrade build (#147)
Browse files Browse the repository at this point in the history
* upgrade build

* Update link-validator.conf
  • Loading branch information
pjfanning authored Mar 24, 2024
1 parent 8ca22ab commit 701fb69
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ object Versions {
val Nightly: Boolean = sys.env.get("EVENT_NAME").contains("schedule")

// align ignore-prefixes in scripts/link-validator.conf
val Scala213 = "2.13.11" // update even in link-validator.conf
val Scala212 = "2.12.18"
val Scala3 = "3.3.1"
val Scala213 = "2.13.13" // update even in link-validator.conf
val Scala212 = "2.12.19"
val Scala3 = "3.3.3"

val pekkoVersionForDocs = "current"
val pekkoConnectorsKafkaVersionForDocs = "current"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.7
sbt.version=1.9.9
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* This file is part of the Apache Pekko project, which was derived from Akka.
*/

addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")
addSbtPlugin("net.aichler" % "sbt-jupiter-interface" % "0.9.1")
addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.12")
Expand Down
2 changes: 1 addition & 1 deletion scripts/link-validator.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ site-link-validator {

ignore-prefixes = [
# runtime is part of the published Scaladoc
"https://www.scala-lang.org/api/2.13.11/scala/runtime/AbstractFunction2.html"
"https://www.scala-lang.org/api/2.13.13/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 701fb69

Please sign in to comment.