Skip to content

Commit dd95969

Browse files
committed
Fix minitest doc command
1 parent 69a1a41 commit dd95969

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
@@ -145,7 +145,7 @@ object projects:
145145

146146
private def aggregateDoc(in: String)(projects: String*) =
147147
val tastyFiles =
148-
(in +: projects).map(p => s"($p/Compile/doc/tastyFiles).value").mkString(" ++ ")
148+
(in +: projects).map(p => s"($p/Compile/doc/dotty.tools.sbtplugin.DottyPlugin.autoImport.tastyFiles).value").mkString(" ++ ")
149149
s""";set $in/Compile/doc/sources ++= file("a.scala") +: ($tastyFiles) ;$in/doc"""
150150

151151
lazy val utest = MillCommunityProject(

0 commit comments

Comments
 (0)