Skip to content

Commit

Permalink
Update scala-library to 2.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 15, 2024
1 parent 8190719 commit fa83133
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 @@ -7,7 +7,7 @@ import mill.scalalib.api.ZincWorkerUtil.isScala3

val dottyCommunityBuildVersion = sys.props.get("dottyVersion")

val scalaVersions = Seq("2.12.17", "2.13.8", "3.3.1") ++ dottyCommunityBuildVersion
val scalaVersions = Seq("2.12.19", "2.13.8", "3.3.1") ++ dottyCommunityBuildVersion

trait FansiModule extends PublishModule with Mima with CrossScalaModule with PlatformScalaModule {
def artifactName = "fansi"
Expand Down

0 comments on commit fa83133

Please sign in to comment.