Skip to content

Commit

Permalink
Merge pull request #282 from slr71/main
Browse files Browse the repository at this point in the history
DD-18: added a direct dependency on the slf4j API
  • Loading branch information
slr71 authored Mar 12, 2024
2 parents 06ba03a + c7994e2 commit dac5076
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 @@ -55,7 +55,8 @@
[less-awful-ssl "1.0.6"]
[clojure.java-time "1.4.2"]
[com.appsflyer/pronto "2.1.2"]
[org.cyverse.de/cyverse-de-protobufs "2317731ae9fac1ecce3cedfb7ee168ba28305d73"]]
[org.cyverse.de/cyverse-de-protobufs "2317731ae9fac1ecce3cedfb7ee168ba28305d73"]
[org.slf4j/slf4j-api "1.7.31"]]
:eastwood {:exclude-namespaces [terrain.util.jwt :test-paths]
:linters [:wrong-arity :wrong-ns-form :wrong-pre-post :wrong-tag :misplaced-docstrings]}
:plugins [[lein-ancient "0.7.0"]
Expand Down

0 comments on commit dac5076

Please sign in to comment.