-
Notifications
You must be signed in to change notification settings - Fork 19
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
Release for newer Slick versions #82
Comments
@tototoshi Can you please make this plugin compatible with latest slick 3.5.0-RC1 and Scala 3? We get errors in our play-samples application: https://github.com/playframework/play-samples/actions/runs/7995428014/job/21835745092?pr=368
|
@mkurz I just published sbt-slick-codegen 2.2.0-RC2 🚀 . Please try it. |
@tototoshi Thanks, it's working! I applied it in I guess it makes sense to wait for the slick 3.5.0 final release to also release sbt-slick-codegen 2.2.0 final. Thanks! |
Slick 3.4.1 was released last September, and last week 3.5.0-M4 was released, which supports Scala 3. That doesn't only mean that it cross-builds for Scala 3 but also that the code generator is updated to produce code that compiles on Scala 3.
As I mentioned in playframework/play-samples#368 (comment) I tried using 3.5.0-M4 with sbt-slick-codegen 2.0.0 and got a NoSuchMethodError at runtime. I don't know whether that's due to bincompat breakage in 3.4.x or 3.5.x. So a stable release for 3.4.1 might help, but a prerelease for 3.5.0-M4 would certainly be appreciated.
The text was updated successfully, but these errors were encountered: