You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use gradle scoverage plugin, but it can't download scala-scoverage-plugin. Shall we support scala 2.13.9 for v1.4.11?
* What went wrong:
Execution failed for task ':actors:compileScoverageScala'.
> Could not resolve all files for configuration ':actors:scoverage'.
> Could not find org.scoverage:scalac-scoverage-plugin_2.13.9:1.4.11.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/org/scoverage/scalac-scoverage-plugin_2.13.9/1.4.11/scalac-scoverage-plugin_2.13.9-1.4.11.pom
- file:/Users/jiahuili/src/ziose/deps/scalac-scoverage-plugin_2.13.9-1.4.11.jar
- file:/Users/jiahuili/src/ziose/deps/scalac-scoverage-plugin_2.13.9.jar
Required by:
project :actors
Hey @jiahuili430, thanks for the question. Scoverage has now moved to the 2.x series and no longer maintains the 1.x series. The gradle plugin needs to be updated to support the latest scoverage, which supports 2.13.9. There is a feature request for this here, but afaik, none of the current maintainers use Gradle, so this would probably have to be an effort from the community.
I'm trying to use gradle scoverage plugin, but it can't download
scala-scoverage-plugin
. Shall we support scala 2.13.9 for v1.4.11?Related PR: #502
The text was updated successfully, but these errors were encountered: