forked from zmedelis/bosquet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
31 lines (30 loc) · 1.98 KB
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{:paths ["src" "resources"]
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
zmedelis/Selmer {:git/url "https://github.com/zmedelis/Selmer"
:git/sha "88fc2b51817e1ad67f0458c75857222a72db4945"}
com.wsscode/pathom3 {:mvn/version "2023.01.31-alpha"}
io.github.nextjournal/clerk {:mvn/version "0.14.919"}
net.clojars.wkok/openai-clojure {:mvn/version "0.8.0"}
org.flatland/useful {:mvn/version "0.11.6"}
com.taoensso/timbre {:mvn/version "6.2.1"}
com.knuddels/jtokkit {:mvn/version "0.6.0"}
http-kit/http-kit {:mvn/version "2.7.0"}
metosin/jsonista {:mvn/version "0.3.7"}
com.taoensso/encore {:mvn/version "3.60.0"}
io.aviso/pretty {:mvn/version "1.4.4"}
org.clojure/core.cache {:mvn/version "1.0.225"}}
:aliases {:dev {:extra-paths ["dev" "notebook"]}
:neil {:project {:name io.github.zmedelis/bosquet
:version "0.3.0"}}
:rebel {:extra-deps {com.bhauman/rebel-readline {:mvn/version "0.1.4"}}
:main-opts ["-m" "rebel-readline.main"]}
:outdated {:deps {com.github.liquidz/antq {:mvn/version "RELEASE"}}
:main-opts ["-m" "antq.core" "--upgrade"]}
:test {:main-opts ["-m" "kaocha.runner"]
:extra-paths ["test"]
:extra-deps {lambdaisland/kaocha {:mvn/version "1.85.1342"}
nubank/matcher-combinators {:mvn/version "3.8.5"}}}
:build ;; added by neil
{:deps {io.github.clojure/tools.build {:git/tag "v0.9.4" :git/sha "76b78fe"}
slipset/deps-deploy {:mvn/version "0.2.1"}}
:ns-default build}}}