Skip to content

Commit e42a201

Browse files
authored
Update build.sbt
1 parent 679a6bf commit e42a201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ lazy val expressionCompiler = projectMatrix
169169
case (2, 12, _) => Seq("2.12.20", "2.12.19", "2.12.18", "2.12.17", "2.12.16", "2.12.15", "2.12.14", "2.12.13")
170170
case (2, 13, _) => Seq("2.13.16", "2.13.15", "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")
171171
case (3, 0, _) => Seq("3.0.2", "3.0.1", "3.0.0")
172-
case (3, 1 | 2 | 3, _) => Seq("3.3.4", "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")
172+
case (3, 1 | 2 | 3, _) => Seq("3.3.5", "3.3.4", "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")
173173
case (3, _, _) => Seq("3.6.3-RC2", "3.6.2", "3.6.1", "3.5.2", "3.5.1", "3.5.0", "3.4.3", "3.4.2", "3.4.1", "3.4.0")
174174
case _ => Seq.empty
175175
// format: on

0 commit comments

Comments
 (0)