-
Notifications
You must be signed in to change notification settings - Fork 100
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
Mocking Slick Table results in compile error #507
Comments
Hi! |
Hi @goshacodes, |
Thank you! |
Hi again, I think it is impossible to make this work with scala 2. Works with scala 3 and latest slick |
@goshacodes Good to know! One more reason to migrate to Scala 3. |
ScalaMock Version (e.g. 3.5.0)
6.0.0-M1
Scala Version (e.g. 2.12)
2.13.12
Runtime (JVM or JS)
JVM
Please describe the expected behavior of the issue
It should stub successfully without errors
Please provide a description of what actually happens
Mocking Slick classes fails to compile
Reproducible Test Case
Gives the following output:
Self-contained reproduction
The text was updated successfully, but these errors were encountered: