Skip to content

Commit

Permalink
satisfy :pedantic?
Browse files Browse the repository at this point in the history
  • Loading branch information
thumbnail committed Feb 4, 2020
1 parent 3ccf5fd commit 2a1cbb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
;; `dev` in :test is important - a test depends on it:
:test {:source-paths ["dev"]
:dependencies [[com.nedap.staffing-solutions/utils.test "1.6.2"]
[nubank/matcher-combinators "1.0.1"]]
[nubank/matcher-combinators "1.0.1"
:exclusions [commons-codec]]]
:jvm-opts ["-Dclojure.core.async.go-checking=true"
"-Duser.language=en-US"]
:resource-paths ["test-resources"]}
Expand Down

0 comments on commit 2a1cbb0

Please sign in to comment.