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

Bump up scoverageVersion from 1.4.8 to 1.4.11 #183

Closed jiahuili430 closed 2 years ago

jiahuili430 commented 2 years ago

gradle checkScoverage got the following error, so upgrade version to 1.4.11.

> Could not resolve all files for configuration ':experiments:scoverage'.
   > Could not find org.scoverage:scalac-scoverage-plugin_2.13.8:1.4.8.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/org/scoverage/scalac-scoverage-plugin_2.13.8/1.4.8/scalac-scoverage-plugin_2.13.8-1.4.8.pom
       - file:/Users/jiahuili/src/ziose/deps/scalac-scoverage-plugin_2.13.8-1.4.8.jar
       - file:/Users/jiahuili/src/ziose/deps/scalac-scoverage-plugin_2.13.8.jar
     Required by:
         project :experiment
jiahuili430 commented 2 years ago

@maiflai, could you review this?

maiflai commented 2 years ago

thanks - but this is a duplicate of a prior pull request.

I've released 7.0.1 of the plugin, please could you check?