Skip to content

Commit

Permalink
Add support for Scala 2.13.16 (#146)
Browse files Browse the repository at this point in the history
Fix #145

Pull request: #146
  • Loading branch information
lefou authored Jan 13, 2025
1 parent 23da105 commit ff0114b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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 scala213 = 1.to(15).map("2.13." + _)
val scala213 = 1.to(16).map("2.13." + _)
val scala33 = 0.to(3).map("3.3." + _)
val scala34 = 0.to(3).map("3.4." + _)
val scala35 = 0.to(1).map("3.5." + _)
Expand Down

0 comments on commit ff0114b

Please sign in to comment.