Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AssertionError #630

Closed
larsrh opened this issue May 13, 2021 · 1 comment · Fixed by #634
Closed

AssertionError #630

larsrh opened this issue May 13, 2021 · 1 comment · Fixed by #634
Assignees
Milestone

Comments

@larsrh
Copy link

larsrh commented May 13, 2021

Appears to be a regression in 0.9.0:

[error] java.lang.AssertionError: assertion failed: method overloads mismatch; bytecode=List(def minSize: (I)Lorg.scalatest.prop.Configuration$MinSize;, def minSize: ()Ljava.util.concurrent.atomic.AtomicReference;) pickle=Stream(SymbolInfo(VALsym, minSize, owner=155, isScopedPrivate=true)) for object org.scalatest.prop.Configuration
[error] 	at scala.Predef$.assert(Predef.scala:223)
[error] 	at com.typesafe.tools.mima.core.MimaUnpickler$.$anonfun$unpickleClass$8(MimaUnpickler.scala:66)
[error] 	at com.typesafe.tools.mima.core.MimaUnpickler$.$anonfun$unpickleClass$8$adapted(MimaUnpickler.scala:63)
[error] 	at scala.collection.immutable.Map$Map4.foreach(Map.scala:492)
[error] 	at com.typesafe.tools.mima.core.MimaUnpickler$.doMethods$1(MimaUnpickler.scala:63)
[error] 	at com.typesafe.tools.mima.core.MimaUnpickler$.$anonfun$unpickleClass$18(MimaUnpickler.scala:91)
[error] 	at com.typesafe.tools.mima.core.MimaUnpickler$.$anonfun$unpickleClass$18$adapted(MimaUnpickler.scala:86)

typelevel/cats-testkit-scalatest#144

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

3 participants