Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Aug 23, 2024
1 parent d1a738c commit 6e767fd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
:description "Exploration in Hash Array Mapped Tries."
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.11.3"]
[criterium "0.4.4"]
[potemkin "0.4.3"]
[rhizome "0.2.7"]]
:dependencies [[org.clojure/clojure "1.11.3"]]
:profiles {:dev {:dependencies [[collection-check "0.1.6"]
[org.clojure/test.check "0.9.0"]]}}
[criterium "0.4.4"]
[rhizome "0.2.7"]
[org.clojure/test.check "1.1.1"]]}}
:java-source-paths ["java"])

0 comments on commit 6e767fd

Please sign in to comment.