Skip to content

scoverage plugin does not work on Scala 2.12.15 #174

Closed
@xkrogen

Description

@xkrogen

When using a project with org.scoverage:gradle-scoverage:7.0.0 in combination with Scala 2.12.15, the build fails, because the plugin is trying to pull version 1.4.8 of scalac-scoverage-plugin, but scoverage only publishes Scala 2.12.15-compatible builds starting from version 1.4.9 (refer to the version list on Maven Central).

I'm able to work around this for now by forcing the version up to 1.4.10 in my build.gradle as shown below, but obviously this is not ideal:

dependencies {
  scoverage "org.scoverage:scalac-scoverage-plugin_2.12.15:1.4.10"
}

I assume this is a simple version bump somewhere inside of the plugin?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions