Skip to content

Commit 509049b

Browse files
committed
Add dependencies
- org.clojure/tools.logging {:mvn/version "1.1.0"} - integrant/integrant {:mvn/version "0.8.0"} - com.xtdb/xtdb-http-server {:mvn/version "1.20.0"}
1 parent 1d6c32b commit 509049b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

deps.edn

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
{:paths ["src/main/clojure" "src/main/resources"]
22

33
:deps {org.clojure/clojure {:mvn/version "1.10.3"}
4+
org.clojure/tools.logging {:mvn/version "1.1.0"}
45
com.xtdb/xtdb-core {:mvn/version "1.20.0"}
56
io.tarantool/cartridge-driver {:mvn/version "0.6.0"}}
67

78
:aliases {:develop {:extra-paths ["src/develop/clojure" "src/develop/resources"]
8-
:extra-deps {nrepl/nrepl {:mvn/version "0.8.3"}
9-
hashp/hashp {:mvn/version "0.2.1"}
10-
integrant/repl {:mvn/version "0.3.2"}
11-
org.slf4j/slf4j-simple {:mvn/version "1.7.32"}}
9+
:extra-deps {nrepl/nrepl {:mvn/version "0.8.3"}
10+
hashp/hashp {:mvn/version "0.2.1"}
11+
integrant/integrant {:mvn/version "0.8.0"}
12+
integrant/repl {:mvn/version "0.3.2"}
13+
org.slf4j/slf4j-simple {:mvn/version "1.7.32"}
14+
com.xtdb/xtdb-http-server {:mvn/version "1.20.0"}}
1215
:main-opts ["--main" "nrepl.cmdline"]}
1316

1417
:test {:extra-paths ["src/test/clojure" "src/test/resources"]

0 commit comments

Comments
 (0)