Skip to content

Commit 8360e7e

Browse files
committed
dep: update mill to a stable version in community build
This updates mill to the latest stable release 0.10.5.
1 parent 634c580 commit 8360e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ final case class MillCommunityProject(
9999
// uncomment once mill is released
100100
// if ignoreDocs then null else s"$baseCommand.docJar"
101101
override val runCommandsArgs = List("-i", "-D", s"dottyVersion=$compilerVersion")
102-
override val environment = Map("MILL_VERSION" -> "0.9.6-16-a5da34")
102+
override val environment = Map("MILL_VERSION" -> "0.10.5")
103103

104104
final case class SbtCommunityProject(
105105
project: String,

0 commit comments

Comments
 (0)