-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdeps.edn
More file actions
26 lines (20 loc) · 878 Bytes
/
deps.edn
File metadata and controls
26 lines (20 loc) · 878 Bytes
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
{:paths ["src" "resources"]
:deps
{;; using our own fork for now, since we need a version that's in a public
;; maven repository. github's repos don't qualify, they always require auth.
com.lambdaisland/gx.cljc {:mvn/version "0.2.294-alpha"}
;;kepler16/gx.cljc {:mvn/version "2.7.3"}
aero/aero {:mvn/version "1.1.6"}
org.clojure/tools.namespace {:mvn/version "1.4.4"}
org.clojure/tools.cli {:mvn/version "1.0.219"}
com.lambdaisland/dotenv {:mvn/version "0.2.5"}
metosin/malli {:mvn/version "0.13.0"}}
:aliases
{:dev
{:extra-paths ["dev"]
:extra-deps {djblue/portal {:mvn/version "0.48.0"}}}
:test
{:extra-paths ["test"]
:extra-deps {lambdaisland/kaocha {:mvn/version "1.87.1366"}}}}
:mvn/repos {"github-kepler-gx"
{:url "https://maven.pkg.github.com/kepler16/gx.cljc"}}}