Skip to content

Commit

Permalink
chore: start releasing on RC candidates
Browse files Browse the repository at this point in the history
  • Loading branch information
ckipp01 committed Jan 25, 2023
1 parent 52ea3fd commit b506eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ lazy val expressionCompiler = projectMatrix
case (2, 12) => Seq("2.12.17", "2.12.16", "2.12.15", "2.12.14", "2.12.13", "2.12.12", "2.12.11", "2.12.10")
case (2, 13) => Seq("2.13.10", "2.13.9", "2.13.8", "2.13.7", "2.13.6", "2.13.5", "2.13.4", "2.13.3")
case (3, 0) => Seq("3.0.2", "3.0.1", "3.0.0")
case (3, _) => Seq("3.2.2", "3.2.1", "3.2.0", "3.1.3", "3.1.2", "3.1.1", "3.1.0")
case (3, _) => Seq("3.3.0-RC1", "3.2.2", "3.2.1", "3.2.0", "3.1.3", "3.1.2", "3.1.1", "3.1.0")
}
.toSeq
.flatten,
Expand Down

0 comments on commit b506eae

Please sign in to comment.