-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
24 lines (24 loc) · 929 Bytes
/
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
{:paths ["src"]
:pablo/config
{:github "teknql/pablo"
:desc "The secret weapon of build utilities"
:target :jar
:group-id teknql
:artifact-id pablo}
:aliases
{:test
{:extra-paths ["test"]
:main-opts ["-m" "kaocha.runner"]
:extra-deps
{org.clojure/test.check {:mvn/version "0.10.0"}
lambdaisland/kaocha {:mvn/version "0.0-541"}}}}
:deps
{cli-matic {:mvn/version "0.3.11"}
clj-jgit {:mvn/version "1.0.0-beta3"}
hiccup {:mvn/version "1.0.5"}
badigeon/badigeon {:git/url "https://github.com/EwenG/badigeon.git"
:sha "f4bcca58536f49c10a5ea87b662f33ccf83338ce"
:tag "0.0.10"}
clj-commons/fs {:mvn/version "1.5.0"}
org.clojure/tools.namespace {:mvn/version "1.0.0"}
pathetic {:mvn/version "0.5.1"}}}