-
Notifications
You must be signed in to change notification settings - Fork 1
/
deps.edn
14 lines (14 loc) · 907 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{:paths ["src" "test"]
:deps {org.clojure/clojure {:mvn/version "1.12.0"}
org.clojure/clojurescript {:mvn/version "1.11.132"}
org.clojure/core.match {:mvn/version "1.1.0"}
thheller/shadow-cljs {:mvn/version "2.28.19"}
no.cjohansen/lookup {:mvn/version "2024.11.19"}
no.cjohansen/replicant {:git/url "https://github.com/cjohansen/replicant"
:git/sha "d56a5eaf6f2f8e154cd4008ce518aca93ac92e61"}
cjohansen/gadget-inspector {:mvn/version "0.2023.04.12"}
com.cognitect/transit-cljs {:mvn/version "0.8.280"}
metosin/reitit {:mvn/version "0.7.2"}
binaryage/devtools {:mvn/version "0.9.10"}
pez/baldr {:git/url "https://github.com/PEZ/baldr"
:git/sha "5919703a3d9a9c09e10d75e6c792326406eb8994"}}}