Shanedell commented on PR #261:
URL: https://github.com/apache/daffodil-vscode/pull/261#issuecomment-1377892951
I am not sure because I ran `sbt dependencyTree` and don't see it popping
up. The only way I could override it was by adding
```sbt
dependencyOverrides ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.15" % Test
)
```
to `project/plugins.sbt`. So I am not sure if its just a default because
adding it as plugin, libraryDependencies or to the dependencyOverrides in the
comonSettings didn't fix it.
--
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]