-
-
Notifications
You must be signed in to change notification settings - Fork 543
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
[play-]slick now comes with Scala 3 artifacts #368
Conversation
Hey @nafg, I am running into problems upgrading to latest slick 3.5.0-M4 with Scala 3 support. Do you mind taking a look yourself if you have time?
You will see errors:
Also the |
Your issue is that while the application is built against 3.5.0-M4, that's not the code generator you're using. Instead, your sbt built uses https://github.com/tototoshi/sbt-slick-codegen which is built for Slick 3.3.3. I tried overriding the transitive dependency in the SBT build and got a NoSuchMethodError. So that plugin needs to be built against an updated Slick version. |
Currently stuck on typing error with `TableQuery` I need to make sure that the error is not caused by my version of `play-slick`
Finally, this works. Scala 3 required the usual adjustments, however 5318222 required a bit more attention. |
@Mergifyio backport 3.0.x |
✅ Backports have been created
|
No description provided.