You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
community build: add support for testOnlyDependencies
This allows specifying dependencies that are needed only to build the
test suite of a community build project. The evaluation of this list
is delayed to permit what would otherwise be circular dependencies.
The addition of this capability is motivated by recent versions of
ScalaTest, which since version 3.2.4 has test-only dependencies on
scalatestplus-junit and scalatestplus-testng, which in turn both
depend on ScalaTest itself.
0 commit comments