Skip to content

Commit

Permalink
Bump to 3.5.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
adpi2 authored Jun 25, 2024
1 parent f405f5d commit 52af371
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 @@ -170,7 +170,7 @@ lazy val expressionCompiler = projectMatrix
case (2, 13) => Seq("2.13.14", "2.13.13", "2.13.12", "2.13.11", "2.13.10", "2.13.9", "2.13.8", "2.13.7", "2.13.6", "2.13.5", "2.13.4")
case (3, 0) => Seq("3.0.2", "3.0.1", "3.0.0")
case (3, 1 | 2 | 3) => Seq("3.3.3", "3.3.2", "3.3.1", "3.3.0", "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.5.0-RC1", "3.4.2", "3.4.1", "3.4.0")
case (3, _) => Seq("3.5.0-RC2", "3.4.2", "3.4.1", "3.4.0")
// format: on
}
.toSeq
Expand Down

0 comments on commit 52af371

Please sign in to comment.