scoverage v1.4.6
What’s Changed
Note that there was some confusion in the past around what exactly needed have a full cross-publish. When the original change came in to fully cross-publish everything, both the compiler plugin and the runtime artifact were fully cross-publish, when the runtime didn't actually need to be. This changes the runtime artifact to no longer be a fully cross published. So instead of using org.scoverage:scalac-scoverage-runtime_2.12.13:1.4.6
, you'll instead now just use org.scoverage:scalac-scoverage-runtime_2.12:1.4.6
. Note, this is only for the runtime.
- Correct build dependencies. (#325) @ckipp01
- Update sbt to 1.5.2 (#329) @scala-steward