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 84a18e9

Browse files
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)

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