We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea35ff commit 8828ef3Copy full SHA for 8828ef3
build.mill
@@ -11,7 +11,7 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion
11
import com.github.lolgab.mill.mima._
12
13
val dottyVersion = sys.props.get("dottyVersion")
14
-val scalaVersions = List("2.12.20", "2.13.15", "3.6.2") ++ dottyVersion
+val scalaVersions = List("2.12.20", "2.13.15", "3.3.4") ++ dottyVersion
15
16
def format = mill.scalalib.scalafmt.ScalafmtModule
17
0 commit comments