Skip to content

Commit

Permalink
Update Scala 2 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Sep 10, 2023
1 parent 984f11c commit 92c0f94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ object Dependencies {

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

val Scala213 = "2.13.10" // update even in link-validator.conf
val Scala212 = "2.12.17"
val Scala213 = "2.13.12" // update even in link-validator.conf
val Scala212 = "2.12.18"
val Scala3 = "3.3.1"
val ScalaVersions = Seq(Scala213, Scala212, Scala3)

Expand Down
4 changes: 2 additions & 2 deletions scripts/link-validator.conf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ site-link-validator {
"http://www.thedevpiece.com/"
# genereated by @apidoc
"http://pravega.io/"
"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"
"http://www.scala-lang.org/api/2.13.12/scala/concurrent/Future.html"
"http://www.scala-lang.org/api/2.13.12/scala/util/Try.html"
]
}

0 comments on commit 92c0f94

Please sign in to comment.