Skip to content

Commit

Permalink
add missing clojure.tools.logging dep
Browse files Browse the repository at this point in the history
  • Loading branch information
brettatoms committed Nov 16, 2024
1 parent af157aa commit 2d5196f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

integrant/integrant {:mvn/version "0.13.1"}
babashka/fs {:mvn/version "0.4.19"}
org.clojure/data.json {:mvn/version "2.4.0"}}
org.clojure/data.json {:mvn/version "2.4.0"}
org.clojure/tools.logging {:mvn/version "1.3.0"}}
:aliases {;; clojure -M:test
:test {:extra-paths ["test"]
:extra-deps {com.gfredericks/test.chuck {:mvn/version "0.2.14"}
Expand Down

0 comments on commit 2d5196f

Please sign in to comment.