Skip to content

Shall we support scala 2.13.9 for v1.4.11? #504

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jiahuili430 opened this issue Sep 27, 2022 · 1 comment
Closed

Shall we support scala 2.13.9 for v1.4.11? #504

jiahuili430 opened this issue Sep 27, 2022 · 1 comment

Comments

@jiahuili430
Copy link

jiahuili430 commented Sep 27, 2022

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

Related PR: #502

@ckipp01
Copy link
Member

ckipp01 commented Sep 28, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants