Skip to content

Commit a1bfaf7

Browse files
committed
Update scala-library to 2.13.16
1 parent d293be8 commit a1bfaf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.mill

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import mill.scalalib.api.ZincWorkerUtil.isScala3
88

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

11-
val scalaVersions = Seq("2.12.17", "2.13.8", "3.3.1") ++ dottyCommunityBuildVersion
11+
val scalaVersions = Seq("2.12.17", "2.13.16", "3.3.1") ++ dottyCommunityBuildVersion
1212

1313
trait FansiModule extends PublishModule with Mima with CrossScalaModule with PlatformScalaModule {
1414
def artifactName = "fansi"

0 commit comments

Comments
 (0)