@@ -548,12 +548,14 @@ object projects:
548
548
project = " Equal" ,
549
549
sbtTestCommand = " rootJVM/test" ,
550
550
sbtPublishCommand = " rootJVM/publishLocal" ,
551
+ dependencies = List (scalatest),
551
552
)
552
553
553
554
lazy val scissFingerTree = SbtCommunityProject (
554
555
project = " FingerTree" ,
555
556
sbtTestCommand = " rootJVM/test" ,
556
557
sbtPublishCommand = " rootJVM/publishLocal" ,
558
+ dependencies = List (scalatest),
557
559
)
558
560
559
561
lazy val scissLog = SbtCommunityProject (
@@ -566,32 +568,35 @@ object projects:
566
568
project = " Model" ,
567
569
sbtTestCommand = " rootJVM/test" ,
568
570
sbtPublishCommand = " rootJVM/publishLocal" ,
571
+ dependencies = List (scalatest),
569
572
)
570
573
571
574
lazy val scissNumbers = SbtCommunityProject (
572
575
project = " Numbers" ,
573
576
sbtTestCommand = " rootJVM/test" ,
574
577
sbtPublishCommand = " rootJVM/publishLocal" ,
578
+ dependencies = List (scalatest),
575
579
)
576
580
577
581
lazy val scissSerial = SbtCommunityProject (
578
582
project = " Serial" ,
579
583
sbtTestCommand = " rootJVM/test" ,
580
584
sbtPublishCommand = " rootJVM/publishLocal" ,
585
+ dependencies = List (scalatest),
581
586
)
582
587
583
588
lazy val scissAsyncFile = SbtCommunityProject (
584
589
project = " AsyncFile" ,
585
590
sbtTestCommand = " rootJVM/test" ,
586
591
sbtPublishCommand = " rootJVM/publishLocal" ,
587
- dependencies = List (scissLog),
592
+ dependencies = List (scissLog, scalatest ),
588
593
)
589
594
590
595
lazy val scissSpan = SbtCommunityProject (
591
596
project = " Span" ,
592
597
sbtTestCommand = " rootJVM/test" ,
593
598
sbtPublishCommand = " rootJVM/publishLocal" ,
594
- dependencies = List (scissSerial),
599
+ dependencies = List (scissSerial, scalatest ),
595
600
)
596
601
597
602
lazy val scalaSTM = SbtCommunityProject (
@@ -605,7 +610,7 @@ object projects:
605
610
project = " Lucre" ,
606
611
sbtTestCommand = " adjunctJVM/test;baseJVM/test;confluentJVM/test;coreJVM/test;dataJVM/test;expr0JVM/test;expr1JVM/test;exprJVM/test;geomJVM/test;lucre-bdb/test;testsJVM/test" ,
607
612
sbtPublishCommand = " adjunctJVM/publishLocal;baseJVM/publishLocal;confluentJVM/publishLocal;coreJVM/publishLocal;dataJVM/publishLocal;expr0JVM/publishLocal;expr1JVM/publishLocal;exprJVM/publishLocal;geomJVM/publishLocal;lucre-bdb/publishLocal" ,
608
- dependencies = List (scalaSTM, scissAsyncFile, scissEqual, scissFingerTree, scissLog, scissModel, scissNumbers, scissSerial, scissSpan),
613
+ dependencies = List (scalaSTM, scissAsyncFile, scissEqual, scissFingerTree, scissLog, scissModel, scissNumbers, scissSerial, scissSpan, scalatest ),
609
614
)
610
615
611
616
end projects
0 commit comments