You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/travis/build/[secure]/scalacheck/build.sbt:83: error: type mismatch;
found : String("org.scalacheck")
required: ?{def %%%(x$1: ? >: String("scalacheck")): ?}
Note that implicit conversions are not applicable because they are ambiguous:
both method toScalaJSGroupID in trait DependencyBuilders of type (groupID: String)org.scalajs.sbtplugin.impl.ScalaJSGroupID
and method toPlatformDepsGroupID in object autoImport of type (groupID: String)org.portablescala.sbtplatformdeps.PlatformDepsGroupID
are possible conversion functions from String("org.scalacheck") to ?{def %%%(x$1: ? >: String("scalacheck")): ?}
Set("org.scalacheck" %%% "scalacheck" % "1.14.0")
^
/home/travis/build/[secure]/scalacheck/build.sbt:83: error: value %%% is not a member of String
Set("org.scalacheck" %%% "scalacheck" % "1.14.0")
^
[error] sbt.compiler.EvalException: Type error in expression
The text was updated successfully, but these errors were encountered:
Resolvestypelevel#397
I'm not sure whether or not we theoretically lose any compatibility
checks by using `%%` instead of `%%%`. Hopefully someone with more
Scala.js and/or Scala Native experience can weigh in on that.
since 2cdfc55
https://github.com/rickynils/scalacheck/blob/2cdfc5512a48672c6c1439f1aca4271f8c05353e/build.sbt#L81-L84
The text was updated successfully, but these errors were encountered: