Skip to content

Commit 50d47a8

Browse files
committed
Force Mill 0.9.6-16-a5da34
1 parent 6c13209 commit 50d47a8

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
@@ -87,7 +87,7 @@ final case class MillCommunityProject(
8787
ignoreDocs: Boolean = false,
8888
requiresExperimental: Boolean = false,
8989
) extends CommunityProject:
90-
override val binaryName: String = "./mill"
90+
override val binaryName: String = "MILL_VERSION=0.9.6-16-a5da34 && ./mill"
9191
override val testCommand = s"$baseCommand.test"
9292
override val publishCommand = s"$baseCommand.publishLocal"
9393
override val docCommand = null

0 commit comments

Comments
 (0)