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 322456f commit 84a18e9Copy full SHA for 84a18e9
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -292,7 +292,7 @@ object projects:
292
project = "scalatestplus-junit",
293
sbtTestCommand = "scalatestplus-junit/test",
294
sbtPublishCommand = "scalatestplus-junit/publishLocal",
295
- dependencies = List(scalatest)
+ //dependencies = List(scalatest) DO NOT DEPEND ON SCALATEST, THEY ARE BREAKING THINGS IN MAIN...
296
)
297
298
lazy val scalatestplusTestNG = SbtCommunityProject(
0 commit comments