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
{{ message }}
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.
Hi recently migrated my codebase to Scala 3. But it seems that the old test cases that use shouldMatchTo seem to complain
??? shouldMatchTo ???
With this error:
1. value shouldMatchTo is not a member of Dto.
Extension methods were tried, but could not be fully constructed:
com.softwaremill.diffx.scalatest.DiffShouldMatcher.shouldMatchTo[
Dto
](
Note: given instance indicator in trait AutoDerivation was not considered because it was not imported with `import given`.
Can someone help me with this?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi recently migrated my codebase to Scala 3. But it seems that the old test cases that use
shouldMatchTo
seem to complainWith this error:
Can someone help me with this?
The text was updated successfully, but these errors were encountered: