Skip to content

Commit

Permalink
Stay on Scala 2.13.10 for this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Sep 18, 2023
1 parent 15c24e6 commit a8b3391
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Dependencies {

val CronBuild = sys.env.get("GITHUB_EVENT_NAME").contains("schedule")

val Scala213 = "2.13.11" // update even in link-validator.conf
val Scala213 = "2.13.10" // update even in link-validator.conf
val Scala212 = "2.12.18"
val Scala3 = "3.3.1"
val Scala2Versions = Seq(Scala213, Scala212)
Expand Down
4 changes: 2 additions & 2 deletions scripts/link-validator.conf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ site-link-validator {
"http://www.thedevpiece.com/"
# genereated by @apidoc
"http://pravega.io/"
"http://www.scala-lang.org/api/2.13.11/scala/concurrent/Future.html"
"http://www.scala-lang.org/api/2.13.11/scala/util/Try.html"
"http://www.scala-lang.org/api/2.13.10/scala/concurrent/Future.html"
"http://www.scala-lang.org/api/2.13.10/scala/util/Try.html"
]
}

0 comments on commit a8b3391

Please sign in to comment.