fmonniot / scala3mock

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

Test new scala versions #50

Closed fmonniot closed 3 months ago

fmonniot commented 3 months ago

3.4 was released a while back, and now we even have 3.5 RC

fmonniot commented 3 months ago

Oh damn, I didn't realized that @experimental was even more restricted nowadays. And Symbol.newClass is still experimental on main as well. Well, I guess that's another reason to not upgrade the compiler to the latest versions.

Closing this, there is no way forward as long as creating new classes is not experimental anymore.