Skip to content

Commit

Permalink
Merge pull request #356 from MattiNieminen/bugfix/355-add-missing-dep…
Browse files Browse the repository at this point in the history
…endency

Add missing spec-tools dependency to reitit-middleware. Fixes #355
  • Loading branch information
ikitommi authored May 25, 2020
2 parents e27f244 + 20a3864 commit 9e42140
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/reitit-middleware/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
:inherit [:deploy-repositories :managed-dependencies]}
:dependencies [[metosin/reitit-ring]
[lambdaisland/deep-diff]
[metosin/muuntaja]])
[metosin/muuntaja]
[metosin/spec-tools]])

0 comments on commit 9e42140

Please sign in to comment.