You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm giving a try to your json-annotation in an existing play-slick project.
When I add the @JSON annotation I'm having the following error in my sclik table definition :
[error] value tupled is not a member of object models.Cpaid
[error] def * = (cpaid , custid )<>(Cpaid.tupled, Cpaid.unapply _)
Do I miss something?
The text was updated successfully, but these errors were encountered:
mslinn
pushed a commit
to mslinn/json-annotation
that referenced
this issue
Oct 6, 2019
Hi,
I'm giving a try to your json-annotation in an existing play-slick project.
When I add the @JSON annotation I'm having the following error in my sclik table definition :
[error] value tupled is not a member of object models.Cpaid
[error] def * = (cpaid , custid )<>(Cpaid.tupled, Cpaid.unapply _)
Do I miss something?
The text was updated successfully, but these errors were encountered: