Shanedell commented on PR #261: URL: https://github.com/apache/daffodil-vscode/pull/261#issuecomment-1377871271
@stevedlawrence That makes sense but `scalatest` is not a dependency/plugin we have listed. So it gets downloaded as a transitive dependency because adding ```sbt "org.scalatest" %% "scalatest" % "3.2.14" % "test" ``` to either `build.sbt` or `project/plugins.sbt` it fails to find it. The only way I resolved it locally was doing the dependency override shown above -- 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]
