nubank / matcher-combinators

Library for creating matcher combinator to compare nested data structures
Other
467 stars 23 forks source link

Consider adding a deps.edn #188

Closed lread closed 1 year ago

lread commented 1 year ago

Currently

matcher-combinators only has a project.clj

Opportunity

Adding a deps.edn allows for easy:

Next steps

If you think this is a good idea, happy to help with a PR.

Related

174 - I would think a deps.edn would not reference midje.

philomates commented 1 year ago

thanks for the suggestion, excited to get all the goodness of the deps.edn tooling. Addressed in https://github.com/nubank/matcher-combinators/pull/197