-
Notifications
You must be signed in to change notification settings - Fork 180
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
Compile & Release RC/M Version Against Scala 3 #657
Comments
Yes, i would like this too. |
This is going to be non trivial to do because slick-pg heavily relies on reflection which is removed in Scala 3. I am currently doing a PR to move from scala reflection to izumi-reflect which supports all major Scala versions |
If there is something we can help? |
I am waiting just for this library to fully go Scala 3. awesome. |
Is it possible to work with publishLocal build for scala 3? Before this is uploaded to maven? |
@dejvid Yeah I've tried that with this branch and it works fine. Might be good if you're trying to fix scala 3 compatibilities before this is published |
Can you please compile the latest
0.22.0-M4
version against Scala 3 and release to maven? Slick has done the same.The text was updated successfully, but these errors were encountered: