Skip to content

Commit

Permalink
Exclude dependency on tools.deps
Browse files Browse the repository at this point in the history
  • Loading branch information
julienvincent committed Oct 31, 2024
1 parent 84a041b commit 87ec605
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/kmono-build/deps.edn
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{:kmono/description "A suite of tools for use within tools.build"

:deps {io.github.clojure/tools.build {:mvn/version "0.10.5"}
org.clojure/tools.deps {:mvn/version "0.20.1440"}

;; There is some weird incompatibility between the maven dependencies
;; used by tools.build, tools.deps, and kaven.
;; org.clojure/tools.deps {:mvn/version "0.20.1440"}

babashka/fs {:mvn/version "0.5.22"}

com.kepler16/kmono-core {:local/root "../kmono-core"}
Expand Down

0 comments on commit 87ec605

Please sign in to comment.