Skip to content

Commit eac4a88

Browse files
Backport "Add missing dependency to AsyncFile community build project" to LTS (#21088)
Backports #20239 to the LTS branch. PR submitted by the release tooling. [skip ci]
2 parents 4f326c6 + e530a98 commit eac4a88

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
@@ -613,7 +613,7 @@ object projects:
613613
project = "AsyncFile",
614614
sbtTestCommand = "rootJVM/test",
615615
sbtPublishCommand = "rootJVM/publishLocal",
616-
dependencies = List(scissLog, scalatest),
616+
dependencies = List(scissLog, scissModel, scalatest),
617617
)
618618

619619
lazy val scissSpan = SbtCommunityProject(

0 commit comments

Comments
 (0)