Skip to content

Commit

Permalink
chore: Add Scala 2.12.19 to the build (#3783)
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Feb 21, 2024
1 parent 9d169f8 commit 5b05e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ScalaVersions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package build

object ScalaVersions {
// Versions of Scala used for publishing compiler plugins
val crossScala212 = (14 to 18).map(v => s"2.12.$v")
val crossScala212 = (14 to 19).map(v => s"2.12.$v")
val crossScala213 = (8 to 12).map(v => s"2.13.$v")
val crossScala3 = List(
// Move it to last entry (default binary version) when Scala 2.13 supports Scala 3.4 TASTy
Expand Down

0 comments on commit 5b05e1c

Please sign in to comment.