-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeps.edn
More file actions
13 lines (11 loc) · 690 Bytes
/
deps.edn
File metadata and controls
13 lines (11 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
{:paths ["src" "resource"]
:deps {org.clojure/clojure {:mvn/version "1.12.3"}
org.clojure/clojurescript {:mvn/version "1.12.42"}
thheller/shadow-cljs {:mvn/version "3.2.1"}
fi.metosin/signaali {:mvn/version "0.1.0"}
fi.metosin/si-frame {:mvn/version "1.4.3.0-no-siagent"}
taipei.404.vrac/vrac {:mvn/version "0.1.2"}
taipei.404.vrac/phosphor-icons {:mvn/version "0.1.0"}}
:aliases {;; clojure -M:outdated --upgrade
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.11.1276"}}
:main-opts ["-m" "antq.core"]}}}