Skip to content

Commit

Permalink
bump: Scala 2.13.12 (was 2.13.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Oct 20, 2023
1 parent 98dda52 commit 36d6df4
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.10" // update even in link-validator.conf
val Scala213 = "2.13.12" // update even in link-validator.conf
val Scala3 = "3.3.1"
val Scala2Versions = Seq(Scala213)
val ScalaVersions = Dependencies.Scala2Versions :+ Dependencies.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 @@ -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.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 36d6df4

Please sign in to comment.