stevedlawrence commented on PR #261:
URL: https://github.com/apache/daffodil-vscode/pull/261#issuecomment-1378018286
If you run `sbt "reload plugins" "dependencyTree"`, you can see the
dependency tree of the plugins and where scalatest is getting pulled in.
And it looks like the issue is in the `sbt-json` plugin.
It looks like sbt-json incorrectly defines scalatest as a normal dependency
and not a test dependency. And the plugin isn't even maintained anymore so I'm
not sure it's going to get fixed. Do we even need that plugin? Or maybe there's
an alternative available? We definitely don't need scalatest in the plugin so
there might be an sbt configuration to exclude it completely.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]