Skip to content

Commit

Permalink
Update build.mill
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored Feb 5, 2025
1 parent 9eb1b50 commit 3a6730c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion

object Deps {
val scala211 = Seq("2.11.12")
val scala212 = 9.to(20).map("2.12." + _)
val scala212 = 14.to(20).map("2.12." + _)
val scala213 = 1.to(16).map("2.13." + _)
val scala33 = 0.to(3).map("3.3." + _)
val scala34 = 0.to(3).map("3.4." + _)
Expand Down

0 comments on commit 3a6730c

Please sign in to comment.