Skip to content

Commit da0ecea

Browse files
authored
Add missing dependency to AsyncFile community build project (#20239)
The AsyncFile project [depends on](https://github.com/dotty-staging/AsyncFile/blob/d72a5279e4b055ad13d1c19d75939b9bd9d014a0/build.sbt#L39) the Model project but does not declare this dependency.
2 parents c1afc2c + 36722f1 commit da0ecea

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
@@ -605,7 +605,7 @@ object projects:
605605
project = "AsyncFile",
606606
sbtTestCommand = "rootJVM/test",
607607
sbtPublishCommand = "rootJVM/publishLocal",
608-
dependencies = List(scissLog, scalatest),
608+
dependencies = List(scissLog, scissModel, scalatest),
609609
)
610610

611611
lazy val scissSpan = SbtCommunityProject(

0 commit comments

Comments
 (0)