Skip to content

Commit 1e8ffe2

Browse files
committed
fix: revert bump to 0.10.7
There are some legit cask failures when you bump. Plus it's still on 0.10.5, so leave it as is
1 parent 7d03fda commit 1e8ffe2

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.10.7")
102+
override val environment = Map("MILL_VERSION" -> "0.10.5")
103103

104104
final case class SbtCommunityProject(
105105
project: String,

0 commit comments

Comments
 (0)