Skip to content
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

Plugin for scala 2.13.14 is missing #559

Closed
goshacodes opened this issue Sep 24, 2024 · 5 comments
Closed

Plugin for scala 2.13.14 is missing #559

goshacodes opened this issue Sep 24, 2024 · 5 comments

Comments

@goshacodes
Copy link

Hello, plugin for scala 2.13.14 is missing. Could you please publish it?

@SethTisue
Copy link

SethTisue commented Sep 24, 2024

scoverage/scalac-scoverage-plugin#616 was closed months ago. Can you be more specific about what you believe the problem to be? What exactly did you try and exactly what error message or other unexpected behavior did you see?

Is it possible you're confused between sbt-scoverage (the sbt plugin) and https://github.com/scoverage/scalac-scoverage-plugin (the compiler plugin)?

or is it possible you're confused between 2.13.14 and 2.13.15? 2.13.15 support is in progress at scoverage/scalac-scoverage-plugin#641

@goshacodes
Copy link
Author

Sorry for not detailed issue, I'll be more specific tomorrow

@goshacodes
Copy link
Author

goshacodes commented Sep 25, 2024

I use "org.scoverage" % "sbt-scoverage" % "2.0.8" in my project. Updated Scala to 2.13.14 and now it can't find the plugin. I guess I should update version of plugin to the latest

@ckipp01
Copy link
Member

ckipp01 commented Sep 25, 2024

We don't backpublish version @goshacodes. You either need to update your version of sbt-scoverage to bring in the latest version of scoverage, which will give you a version that is published for 2.13.14, or you'd need to set your coverageScalacPluginVersion sbt key to the latest version of scoverage that brings in support. Doing a bump in your sbt plugin version should by far be the easiest and the versions are quite stable, so it shouldn't cause any issues for you to bump.

@ckipp01 ckipp01 closed this as not planned Won't fix, can't repro, duplicate, stale Sep 25, 2024
@goshacodes
Copy link
Author

Ok, thank you!

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

3 participants