Skip to content

Commit 8828ef3

Browse files
committed
chore: Degrade Scala 3 version to LTS version (3.3.4)
1 parent 4ea35ff commit 8828ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion
1111
import com.github.lolgab.mill.mima._
1212

1313
val dottyVersion = sys.props.get("dottyVersion")
14-
val scalaVersions = List("2.12.20", "2.13.15", "3.6.2") ++ dottyVersion
14+
val scalaVersions = List("2.12.20", "2.13.15", "3.3.4") ++ dottyVersion
1515

1616
def format = mill.scalalib.scalafmt.ScalafmtModule
1717

0 commit comments

Comments
 (0)