scoverage / gradle-scoverage

A plugin to enable the use of Scoverage in a gradle Scala project
Apache License 2.0
53 stars 38 forks source link

Dependency can't be found on maven repository with version 6.0.0+ #184

Open Liaomessi opened 2 years ago

Liaomessi commented 2 years ago

I follow the document: https://plugins.gradle.org/plugin/org.scoverage. Actually the maven url: https://plugins.gradle.org/m2/gradle/plugin/org/scoverage/gradle-scoverage/ only contains the dependencies until the version 5.0.0. How can I get the latest version dependency? Thank you in advance.

maiflai commented 2 years ago

Please check at https://plugins.gradle.org/m2/org/scoverage/org.scoverage.gradle.plugin/7.0.1 ?