Skip to content

Commit

Permalink
Update scala-library to 2.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 27, 2024
1 parent 2d3295e commit a8b9dec
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.11.12", "2.12.17", "2.13.8", "3.1.3") ++ dottyCommunityBuildVersion
val scalaVersions = Seq("2.11.12", "2.12.17", "2.13.13", "3.1.3") ++ dottyCommunityBuildVersion

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

0 comments on commit a8b9dec

Please sign in to comment.