Skip to content

Commit

Permalink
[#326] project.clj: disable dev dependencies
Browse files Browse the repository at this point in the history
At least one person apparently seems to be somehow transitively
pulling in Timbre's :dev dependencies.

Unclear how/why that might be happening.

In any case, as a temporary workaround- it's not a big problem to
just disable these dependencies by default for now.
  • Loading branch information
ptaoussanis committed Jan 31, 2021
1 parent 8983d25 commit 0fec28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
:1.9 {:dependencies [[org.clojure/clojure "1.9.0"]]}
:1.10 {:dependencies [[org.clojure/clojure "1.10.2"]]}
:depr {:jvm-opts ["-Dtaoensso.elide-deprecated=true"]}
:dev [:1.10 :test :server-jvm :depr :3pa]
:dev [:1.10 #_:test :server-jvm :depr #_:3pa]

:3pa ; 3rd-party appenders
{:dependencies
Expand Down

0 comments on commit 0fec28a

Please sign in to comment.