Closed izhangzhihao closed 7 years ago
The old version of circe contains a depreated dependency -- a very old version of cat, many of the latest libraries rely on updated cat, so when using these libraries at the same time will lead to conflict.
circe
cat
"io.circe" %% "circe-core" % "0.7.0"
Sorry for late reply. Can you submit a PR for this? I could help to review it. Thanks.
Updated circe to 0.7.0, and released Vegas 0.3.9
The old version of
circe
contains a depreated dependency -- a very old version ofcat
, many of the latest libraries rely on updatedcat
, so when using these libraries at the same time will lead to conflict.