-
Notifications
You must be signed in to change notification settings - Fork 158
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
Comments
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 |
Sorry for not detailed issue, I'll be more specific tomorrow |
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 |
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 |
Ok, thank you! |
Hello, plugin for scala 2.13.14 is missing. Could you please publish it?
The text was updated successfully, but these errors were encountered: