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 c93098b commit fd1af4dCopy full SHA for fd1af4d
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -99,7 +99,7 @@ final case class MillCommunityProject(
99
// uncomment once mill is released
100
// if ignoreDocs then null else s"$baseCommand.docJar"
101
override val runCommandsArgs = List("-i", "-D", s"dottyVersion=$compilerVersion")
102
- override val environment = Map("MILL_VERSION" -> "0.9.6-16-a5da34")
+ override val environment = Map("MILL_VERSION" -> "0.10.5")
103
104
final case class SbtCommunityProject(
105
project: String,
0 commit comments