We recently migrated our project to play 2.6.10 with scala 2.12.5
We also updated
graph-core to
1.12.5 and
graph-json to
1.12.1After the above changes , we started receiving the following error for implicit json format definitions for DiEdge
_ must follow method; cannot follow (nodes: (String, String))scalax.collection.GraphEdge.DiEdge[String] <and> (from: String, to: String)scalax.collection.GraphEdge.DiEdge[String]
[error] implicit val implDiEdgeFormat = Json.format[DiEdge[String]]
implicit val implDiEdgeFormat = Json.format[DiEdge[String]]
Can some one help us on how to resolve the issue.
Thanks In advance.