-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathproject.clj
More file actions
15 lines (15 loc) · 802 Bytes
/
project.clj
File metadata and controls
15 lines (15 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(defproject workshub/leona "0.2.3-SNAPSHOT"
:description "A pipeline for working with clojure.spec and GraphQL"
:url "https://github.com/WorksHub/leona"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.10.0"]
[com.walmartlabs/lacinia "0.31.0"]
[metosin/spec-tools "0.8.0"]
[camel-snake-kebab "0.4.0"]]
:profiles {:dev {:dependencies [[org.clojure/test.check "0.10.0-alpha3"]
[clj-time "0.14.2"]]}}
:repositories [["releases" {:url "https://clojars.org/repo"
:creds :gpg}]
["snapshots" {:url "https://clojars.org/repo"
:creds :gpg}]])