Skip to content

Commit

Permalink
Merge pull request #255 from scala-steward/update/scala-library-2.13.10
Browse files Browse the repository at this point in the history
Update scala-library, scala-reflect to 2.13.10
  • Loading branch information
ckipp01 authored Jan 28, 2023
2 parents 52f9e17 + 06fbf34 commit 8840abc
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 @@ -9,7 +9,7 @@ import mill.scalalib.api.Util.isScala3

val dottyVersions = sys.props.get("dottyVersion").toList

val scalaVersions = "2.12.17" :: "2.13.8" :: "2.11.12" :: "3.1.3" :: dottyVersions
val scalaVersions = "2.12.17" :: "2.13.10" :: "2.11.12" :: "3.1.3" :: dottyVersions
val scala2Versions = scalaVersions.filter(_.startsWith("2."))

val scalaJSVersions = scalaVersions.map((_, "1.10.1"))
Expand Down

0 comments on commit 8840abc

Please sign in to comment.