Skip to content

Commit 8288052

Browse files
committed
Add dependencies to scodec projects in community build
1 parent 432c084 commit 8288052

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,12 +286,14 @@ object projects:
286286
sbtTestCommand = "coreJVM/test",
287287
sbtUpdateCommand = "coreJVM/update",
288288
sbtPublishCommand = "coreJVM/publishLocal",
289+
dependencies = List(scalatest, scalacheck, scalatestplusScalacheck)
289290
)
290291

291292
lazy val scodec = SbtCommunityProject(
292293
project = "scodec",
293294
sbtTestCommand = "unitTests/test",
294295
sbtUpdateCommand = ";coreJVM/update; unitTests/update",
296+
dependencies = List(scalatest, scalacheck, scalatestplusScalacheck, scodecBits)
295297
)
296298

297299
end projects

0 commit comments

Comments
 (0)