Skip to content
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

Can not use example on Scala 3 #506

Open
Starofall opened this issue Apr 22, 2021 · 1 comment
Open

Can not use example on Scala 3 #506

Starofall opened this issue Apr 22, 2021 · 1 comment

Comments

@Starofall
Copy link

I am trying to use slick-pg in a Scala 3 environment.
The example code does work on 2.13.5 but does not on 3.0.0-RC2.

[error] -- Error: ****\CPGDriver.scala:64:9
[error] 64 |  object MyAPI extends API with ArrayImplicits
[error]    |         ^^^^^
[error]    |object MyAPI cannot be instantiated since it has conflicting base types MyPostgresProfile.super.API and MyPostgresProfile.this.API
[error] -- Error: ****\CPGDriver.scala:75:7
[error] 75 |object MyPostgresProfile extends MyPostgresProfile
[error]    |       ^^^^^^^^^^^^^^^^^
[error]    |object MyPostgresProfile cannot be instantiated since it has a member QueryActionExtensionMethods with possibly conflicting bounds ****.MyPostgresProfile.QueryActionExtensionMethods
@nafg
Copy link
Contributor

nafg commented Jun 22, 2021

I think this is a Slick issue, not a slick-pg issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants