Skip to content

sbt-missinglink complains about shapeless in Scala 2.13 #1021

@diesalbla

Description

@diesalbla

WE have a project, in which we are using several packages that depend on shapeless, and for which we are using the version 2.13.2 of Scala. I have analysed the build with the https://github.com/scalacenter/sbt-missinglink plugin, and running the missingLinkCheck command I got the following messages:

[info] 4 conflicts found!
[error] Category: Class being called not found
[error]   In artifact: shapeless_2.13-2.3.3.jar
[error]     In class: shapeless.ScalaVersionSpecifics
[error]       In method:  implicitNotFoundMessage(scala.reflect.macros.whitebox.Context, scala.reflect.api.Types$TypeApi):29
[error]       Call to: scala.tools.nsc.typechecker.Implicits$Message.formatDefSiteMessage(scala.reflect.internal.Types$Type)
[error]       Problem: Class not found: scala.tools.nsc.typechecker.Implicits$Message
[error]       --------
[error]       In method:  implicitNotFoundMessage(scala.reflect.macros.whitebox.Context, scala.reflect.api.Types$TypeApi):28
[error]       Call to: scala.tools.nsc.Global.analyzer()
[error]       Problem: Class not found: scala.tools.nsc.Global
[error]       --------
[error]       In method:  implicitNotFoundMessage(scala.reflect.macros.whitebox.Context, scala.reflect.api.Types$TypeApi):28
[error]       Call to: scala.tools.nsc.typechecker.Analyzer.ImplicitNotFoundMsg()
[error]       Problem: Class not found: scala.tools.nsc.typechecker.Analyzer
[error]       --------
[error]       In method:  implicitNotFoundMessage(scala.reflect.macros.whitebox.Context, scala.reflect.api.Types$TypeApi):28
[error]       Call to: scala.tools.nsc.typechecker.Implicits$ImplicitNotFoundMsg$.unapply(scala.reflect.internal.Symbols$Symbol)
[error]       Problem: Class not found: scala.tools.nsc.typechecker.Implicits$ImplicitNotFoundMsg$
[error]       --------

Has anyone seen a similar errors?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions