Skip to content

Commit a503b7a

Browse files
dep: update mill to a stable version in community build (#15732)
This updates mill to the latest stable release 0.10.5.
2 parents 2eb7b72 + 1e8ffe2 commit a503b7a

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed
Submodule cask updated 55 files
Submodule upickle updated 67 files

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)