Skip to content

Scala 2.13 support #70

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
gslowikowski opened this issue Apr 3, 2019 · 6 comments · Fixed by #73
Closed

Scala 2.13 support #70

gslowikowski opened this issue Apr 3, 2019 · 6 comments · Fixed by #73
Assignees
Milestone

Comments

@gslowikowski
Copy link
Member

No description provided.

@gslowikowski gslowikowski added this to the 1.4.0 milestone Apr 3, 2019
@gslowikowski gslowikowski self-assigned this Apr 3, 2019
gslowikowski added a commit that referenced this issue Apr 3, 2019
Use version `1.4.0-RC5` of `scalac-scoverage-plugin` dependency (version `1.4.0` is not released yet, version `1.4.0-RC5` supports Scala version `2.13.0-RC5`).
gslowikowski added a commit that referenced this issue Apr 3, 2019
Use version `1.4.0-M5` of `scalac-scoverage-plugin` dependency (version `1.4.0` is not released yet, version `1.4.0-M5` supports Scala version `2.13.0-M5`).
gslowikowski added a commit that referenced this issue Apr 3, 2019
Use version `1.4.0-M5` of `scalac-scoverage-plugin` dependency (version `1.4.0` is not released yet, version `1.4.0-M5` supports Scala version `2.13.0-M5`).
gslowikowski added a commit that referenced this issue Apr 3, 2019
Use version `1.4.0-M5` of `scalac-scoverage-plugin` dependency (version `1.4.0` is not released yet, version `1.4.0-M5` supports Scala version `2.13.0-M5`).
gslowikowski added a commit that referenced this issue Apr 29, 2019
Use version `1.4.0-RC1` of `scalac-scoverage-plugin` dependency (version `1.4.0` is not released yet, version `1.4.0-RC1` supports Scala version `2.13.0-RC1`).
@jqno
Copy link
Contributor

jqno commented Jun 20, 2019

I noticed there have been releases for Scala 2.13 for other SCoverage subprojects. Is there a roadmap for this one?

@cosminci
Copy link

cosminci commented Aug 2, 2019

Is anyone still looking at this? It's a blocker for any Scala Maven projects with SCoverage upgrading to Scala 2.13.

@gslowikowski
Copy link
Member Author

Hi. I will take care of this soon.

@jozic
Copy link
Collaborator

jozic commented Aug 21, 2019

@gslowikowski do you need any help on moving forward here?
Thanks to @jqno we already have a PR #73, but just in case you need some other help, I'm willing to help to push this
Thank you!

gslowikowski pushed a commit that referenced this issue Aug 24, 2019
@gslowikowski
Copy link
Member Author

Snapshot 1.4.0-SNAPSHOT deployed to Sonatype OSS Snapshots repository.

@hveiga
Copy link

hveiga commented Oct 5, 2019

Hi, I am trying to update my maven project to Scala 2.13 but I must be doing something wrong since I am getting the following error while trying to mvn package:

[INFO] --- scoverage-maven-plugin:1.4.0-RC1:pre-compile (scoverage) @ mylib_2.13 ---
[WARNING] The POM for org.scala-lang:scala-library:jar:2.12.8 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.400 s
[INFO] Finished at: 2019-10-05T14:34:05-05:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.scoverage:scoverage-maven-plugin:1.4.0-RC1:pre-compile (scoverage) on project mylib_2.13: Execution scoverage of goal org.scoverage:scoverage-maven-plugin:1.4.0-RC1:pre-compile failed: Plugin org.scoverage:scoverage-maven-plugin:1.4.0-RC1 or one of its dependencies could not be resolved: Failure to find org.scala-lang:scala-library:jar:2.12.8 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]

It seems to be looking for 2.12.8 while I have the project configured to use 2.13.1. Any pointers on how to solve this issue?

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

Successfully merging a pull request may close this issue.

5 participants