fmonniot / scala3mock

Mocking framework for Scala 3
https://francois.monniot.eu/scala3mock
Other
21 stars 2 forks source link

Pin dependencies that now require Scala 3.3+ #51

Closed fmonniot closed 3 months ago

fmonniot commented 3 months ago

Let's reduce the number of PR I have to close.

It's honestly not great, but as long as either

we can't really upgrade the compiler.

The "good" news is that this library doesn't really have to depend on other libraries. The core library doesn't have any dependencies so not being able to upgrade our dependencies is not that critical. The cats integration is a nice to have and could be moved to its own thing if comes a point where cats-effect is not backward compatible with 3.5 anymore.