-
Notifications
You must be signed in to change notification settings - Fork 4
/
project.clj
18 lines (18 loc) · 873 Bytes
/
project.clj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(defproject ib-re-actor-976-plus "0.1.87-SNAPSHOT"
:description "Clojure friendly wrapper for Interactive Brokers Java API"
:url "https://github.com/alex314159/ib-re-actor-976-plus"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.12.0"]
[org.clojure/tools.logging "1.2.4"]]
:plugins [[lein-marginalia "0.9.1"]]
:profiles {:dev {:dependencies [[twsapi "10.33.01"]
[midje "1.10.9"]
;[criterium "0.4.6"]
]
:plugins [[lein-midje "3.2.1"]]
}
}
:main ^:skip-aot ib-re-actor-976-plus.core
:repositories [["releases" {:url "https://repo.clojars.org"
:creds :gpg}]])