-
-
Notifications
You must be signed in to change notification settings - Fork 215
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
specs2-mock does not support Scala 3 #1156
Comments
So, what is the recommended replacement for scala 3? The first blog post mentions mockito-scala, but that doesn't support scala 3, and probably won't in the foreseeable future. |
I was hoping that other libraries, like ScalaMock, would adapt faster to Scala3. Yet, as you've noticed, work is still ongoing. I think that, if we want to use mocks in Scala, we really need to embrace the language and have a specific library for it. I must also say that, in my own practice, I don't use mocks anymore. I tend to implement traits with my own stubs and in general:
|
Can you please add a Scala 3 release of specs2-mock 4.20.0?
The text was updated successfully, but these errors were encountered: