We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432c084 commit 8288052Copy full SHA for 8288052
community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala
@@ -286,12 +286,14 @@ object projects:
286
sbtTestCommand = "coreJVM/test",
287
sbtUpdateCommand = "coreJVM/update",
288
sbtPublishCommand = "coreJVM/publishLocal",
289
+ dependencies = List(scalatest, scalacheck, scalatestplusScalacheck)
290
)
291
292
lazy val scodec = SbtCommunityProject(
293
project = "scodec",
294
sbtTestCommand = "unitTests/test",
295
sbtUpdateCommand = ";coreJVM/update; unitTests/update",
296
+ dependencies = List(scalatest, scalacheck, scalatestplusScalacheck, scodecBits)
297
298
299
end projects
0 commit comments