Skip to content

Commit

Permalink
add Scala 2.13.13 and 2.12.19 (#1059)
Browse files Browse the repository at this point in the history
* sbt 1.9.9 (was .8)

* add Scala 2.13.13 and 2.12.19
  • Loading branch information
SethTisue authored Mar 8, 2024
1 parent fa65e47 commit 6d1ba86
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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
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.8
sbt.version=1.9.9

0 comments on commit 6d1ba86

Please sign in to comment.