Skip to content

Commit 84a18e9

Browse files
committed
fix: cannot override dependency to scalatest
1 parent 322456f commit 84a18e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ object projects:
292292
project = "scalatestplus-junit",
293293
sbtTestCommand = "scalatestplus-junit/test",
294294
sbtPublishCommand = "scalatestplus-junit/publishLocal",
295-
dependencies = List(scalatest)
295+
//dependencies = List(scalatest) DO NOT DEPEND ON SCALATEST, THEY ARE BREAKING THINGS IN MAIN...
296296
)
297297

298298
lazy val scalatestplusTestNG = SbtCommunityProject(

0 commit comments

Comments
 (0)