File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -582,7 +582,7 @@ object ScalatestBuild extends BuildCommons with DottyBuild with NativeBuild with
582
582
" Bundle-DocURL" -> " http://www.scalatest.org/" ,
583
583
" Bundle-Vendor" -> " Artima, Inc."
584
584
)
585
- ).dependsOn(scalacticMacro, scalactic)
585
+ )
586
586
587
587
lazy val scalatestCore = Project (" scalatestCore" , file(" modules/scalatest-core" ))
588
588
.enablePlugins(SbtOsgi )
@@ -645,7 +645,7 @@ object ScalatestBuild extends BuildCommons with DottyBuild with NativeBuild with
645
645
" Bundle-DocURL" -> " http://www.scalatest.org/" ,
646
646
" Bundle-Vendor" -> " Artima, Inc."
647
647
)
648
- ).dependsOn(scalatestCompatible)
648
+ ).dependsOn(scalatestCompatible, scalacticMacro, scalactic )
649
649
650
650
lazy val scalatestFeatureSpec = Project (" scalatestFeatureSpec" , file(" modules/scalatest-featurespec" ))
651
651
.enablePlugins(SbtOsgi )
You can’t perform that action at this time.
0 commit comments