-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdeps.edn
18 lines (16 loc) · 1.26 KB
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{:deps {com.cognitect/transit-clj {:mvn/version "1.0.329"}
buddy/buddy-core {:mvn/version "1.10.413"}
buddy/buddy-sign {:mvn/version "3.4.333"}
buddy/buddy-hashers {:mvn/version "1.8.158"}
nrepl/bencode {:mvn/version "1.1.0"}
babashka/pods {:git/url "https://github.com/babashka/pods"
:git/sha "93081b75e66fb4c4d161f89e714c6b9e8d55c8d5"}}
:aliases {:native {:jvm-opts ["-Dclojure.compiler.direct-linking=true"]
:extra-deps {org.clojure/clojure {:mvn/version "1.11.1"}
com.github.clj-easy/graal-config-cheshire {:git/url "https://github.com/clj-easy/graal-config"
:git/sha "0dc2862e1b1c9871eef4c306ef77da3610a2bd93"
:deps/root "config/cheshire/cheshire"}
com.github.clj-easy/graal-build-time {:mvn/version "0.1.4"}}}
:build ;; added by neil
{:deps {io.github.clojure/tools.build {:git/tag "v0.9.4" :git/sha "76b78fe"}}
:ns-default build}}}