Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4e081e2

Browse files
fix: cannot override dependency to scalatest
1 parent 6bfa2d1 commit 4e081e2

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)

AltStyle によって変換されたページ (->オリジナル) /