Skip to content

Getting error after upgrading Scala version 2.13.8 -> 2.13.10 #475

Closed
@vasigorc

Description

@vasigorc

Hello,

We've recently upgraded Scala version from 2.13.8 to 2.13.10 in build.sbt and this prevents us from running tests with sbt-coverage plugin. Here is the summary of this and other related current configurations:

in build.sbt:

ThisBuild / scalaVersion := "2.13.10"

in build.properties

sbt.version=1.6.2

in plugins.sbt

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0")

The application loads, compiles and tests can be run successfully, however when running sbt coverage test we get this error:

[error] (update) sbt.librarymanagement.ResolveException: Error downloading org.scoverage:scalac-scoverage-plugin_2.13.10:2.0.0
[error]   Not found
[error]   Not found
[error]   not found: $USER_HOME/.ivy2/localorg.scoverage/scalac-scoverage-plugin_2.13.10/2.0.0/ivys/ivy.xml
[error]   not found: https://repo1.maven.org/maven2/org/scoverage/scalac-scoverage-plugin_2.13.10/2.0.0/scalac-scoverage-plugin_2.13.10-2.0.0.pom
[error]   not found: https://repo.osgeo.org/repository/release/org/scoverage/scalac-scoverage-plugin_2.13.10/2.0.0/scalac-scoverage-plugin_2.13.10-2.0.0.pom
[error]   not found: https://repo.typesafe.com/typesafe/releases/org/scoverage/scalac-scoverage-plugin_2.13.10/2.0.0/scalac-scoverage-plugin_2.13.10-2.0.0.pom
[error] Total time: 8 s, completed Oct. 22, 2022, 4:31:56 a.m.

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