Skip to content

Commit

Permalink
add Scala 2.13.13 and 2.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Mar 8, 2024
1 parent 57943c6 commit a0208ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ object ScalaVersions {
case _ =>
List(
BuildInfo.latest213,
"2.13.12",
"2.13.11",
"2.13.10",
"2.13.9",
Expand All @@ -50,6 +51,7 @@ object ScalaVersions {
"2.13.1",
"2.13.0",
BuildInfo.latest212,
"2.12.18",
"2.12.17",
"2.12.16",
"2.12.15",
Expand Down
4 changes: 2 additions & 2 deletions project/SbtShared.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ object SbtShared {
object ScalaVersions {
val latest210 = "2.10.7"
val latest211 = "2.11.12"
val latest212 = "2.12.18"
val latest213 = "2.13.12"
val latest212 = "2.12.19"
val latest213 = "2.13.13"
val old3 = "3.0.2"
val stableLTS = "3.3.2"
val stableNext = "3.4.0"
Expand Down

0 comments on commit a0208ea

Please sign in to comment.