mirror of
https://github.com/Ajetski/advent-of-code.git
synced 2025-09-30 09:23:17 -09:00
add debug and math deps
This commit is contained in:
parent
a87daecd7d
commit
1f82ebfc52
@ -1,7 +1,9 @@
|
|||||||
{:paths ["src" "resources"]
|
{:paths ["src" "resources"]
|
||||||
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
|
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
|
||||||
org.clojure/core.match {:mvn/version "1.0.1"}
|
org.clojure/core.match {:mvn/version "1.0.1"}
|
||||||
clj-http/clj-http {:mvn/version "3.12.3"}}
|
clj-http/clj-http {:mvn/version "3.12.3"}
|
||||||
|
org.clojure/math.combinatorics {:mvn/version "0.2.0"}
|
||||||
|
org.clojure/tools.trace {:mvn/version "0.7.11"}}
|
||||||
:aliases
|
:aliases
|
||||||
{:repl
|
{:repl
|
||||||
{:extra-deps {nrepl/nrepl {:mvn/version "0.9.0"}
|
{:extra-deps {nrepl/nrepl {:mvn/version "0.9.0"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user