-
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathdeps.edn
More file actions
16 lines (16 loc) · 754 Bytes
/
deps.edn
File metadata and controls
16 lines (16 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{:paths ["src" "resources"]
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
com.cognitect/transit-clj {:mvn/version "1.0.333"}
cheshire/cheshire {:mvn/version "5.11.0"}
clj-commons/clj-yaml {:mvn/version "1.0.26"}
mvxcvi/puget {:mvn/version "1.3.4"}
commons-io/commons-io {:mvn/version "2.11.0"}
org.babashka/sci {:mvn/version "0.8.41"}
org.babashka/cli {:mvn/version "0.8.58"}
camel-snake-kebab/camel-snake-kebab {:mvn/version "0.4.3"}
com.rpl/specter {:mvn/version "1.1.4"}
rewrite-clj/rewrite-clj {:mvn/version "1.1.47"}}
:aliases
{:test {:extra-paths ["test"]
:extra-deps {clj-commons/conch {:mvn/version "0.9.2"}}}}
:tools/usage {:ns-default jet.main}}