Skip to content

Commit

Permalink
Update scala-library to 2.12.17 (#60)
Browse files Browse the repository at this point in the history
Pull request: #60
  • Loading branch information
scala-steward committed Mar 6, 2023
1 parent 3b7789b commit 80d7f04
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 @@ -8,7 +8,7 @@ import mill.scalalib.api.Util.isScala3
val dottyCommunityBuildVersion = sys.props.get("dottyVersion").toList

val scalaVersions =
"2.12.16" :: "2.13.8" :: "2.11.12" :: "3.1.3" :: dottyCommunityBuildVersion
"2.12.17" :: "2.13.8" :: "2.11.12" :: "3.1.3" :: dottyCommunityBuildVersion

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

0 comments on commit 80d7f04

Please sign in to comment.