Skip to content

Commit 36722f1

Browse files
committed
add missing dependency to AsyncFile community build project
1 parent 99c19a7 commit 36722f1

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)