Skip to content

Commit fa0ee13

Browse files
committed
Make scalatest-compatible to depend on nothing, and make scalatest-core to depend on scalactic.
1 parent 71872a8 commit fa0ee13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/scalatest.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ object ScalatestBuild extends BuildCommons with DottyBuild with NativeBuild with
582582
"Bundle-DocURL" -> "http://www.scalatest.org/",
583583
"Bundle-Vendor" -> "Artima, Inc."
584584
)
585-
).dependsOn(scalacticMacro, scalactic)
585+
)
586586

587587
lazy val scalatestCore = Project("scalatestCore", file("modules/scalatest-core"))
588588
.enablePlugins(SbtOsgi)
@@ -645,7 +645,7 @@ object ScalatestBuild extends BuildCommons with DottyBuild with NativeBuild with
645645
"Bundle-DocURL" -> "http://www.scalatest.org/",
646646
"Bundle-Vendor" -> "Artima, Inc."
647647
)
648-
).dependsOn(scalatestCompatible)
648+
).dependsOn(scalatestCompatible, scalacticMacro, scalactic)
649649

650650
lazy val scalatestFeatureSpec = Project("scalatestFeatureSpec", file("modules/scalatest-featurespec"))
651651
.enablePlugins(SbtOsgi)

0 commit comments

Comments
 (0)