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 cfd235f commit 15763d6Copy full SHA for 15763d6
build.sc
@@ -80,7 +80,7 @@ trait IntegrationtestCross extends CrossScalaModule with PublishModule with Scov
80
81
override def scoverageVersion = Deps.scoverageVersion
82
83
- object test extends ScalaModuleTests with ScoverageTests with TestModule.ScalaTest {
+ object test extends ScalaTests with ScoverageTests with TestModule.ScalaTest {
84
override def ivyDeps = Agg(
85
ivy"org.scalatest::scalatest:3.2.19",
86
ivy"org.scalatestplus::scalacheck-1-16:3.2.14.0"
0 commit comments