Closed eyalroth closed 4 years ago
Any chance we could get this merged?
@maiflai care to take a look? :)
thanks both - there seems to be recent activity upstream, is it ok to wait for a little bit to see if a release is coming out there?
What's the timeline for that? I work on a large monorepo which would greatly benefit from the performance improvements that this change would provide, so would vote for a release sooner rather than later.
Fixes #140.
This PR introduces a small change in behavior. The Scala version of the scoverage dependencies will now only be automatically detected if the
scoverageScalaVersion
is not defined. Previously, it overrided that option regardless if it was defined or not.Note the changes to the
README.md
file explaining how to make a build compatible with the Palantir plugin (need to manually configure the Scala version viascoverageScalaVersion
).