-
Notifications
You must be signed in to change notification settings - Fork 525
Open
Labels
Description
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?
Reactions are currently unavailable