- 
        Couldn't load subscription status. 
- Fork 1.4k
Add support for scala 3.0.0-M2 #4483
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
Conversation
5ce9a58    to
    6d48749      
    Compare
  
    | Any idea why it fails? I am not able to see the logs. Running them locally seems to work. I also get an error from semtanticdb option when running the tests but it doesn't seem to affect anything:  | 
| @scalavision Looks like there was an error with the  | 
|  | 
| You need to update Scala 3 version in  | 
6d48749    to
    0cb50bb      
    Compare
  
    | nice, thanks, let's see if this works :-) | 
| Awesome! We need ZIO 1.0.4! | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
Adding support for
scala 3.0.0-M2and izumi-reflect1.0.0-M11. I upgraded the CompilerVariants test according to what was defined as breaking changes in the scala 3.0.0-M2 release. As scalajs now is supported by Scala 3 it would be very nice to get a new release of the excellent ZIO library as well :-)Scala 3.0.0-M2 breaking changes are defined here:
https://github.com/lampepfl/dotty/releases/tag/3.0.0-M2