We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d293be8 commit a1bfaf7Copy full SHA for a1bfaf7
build.mill
@@ -8,7 +8,7 @@ import mill.scalalib.api.ZincWorkerUtil.isScala3
8
9
val dottyCommunityBuildVersion = sys.props.get("dottyVersion")
10
11
-val scalaVersions = Seq("2.12.17", "2.13.8", "3.3.1") ++ dottyCommunityBuildVersion
+val scalaVersions = Seq("2.12.17", "2.13.16", "3.3.1") ++ dottyCommunityBuildVersion
12
13
trait FansiModule extends PublishModule with Mima with CrossScalaModule with PlatformScalaModule {
14
def artifactName = "fansi"
0 commit comments