forked from clojure/tools.analyzer.jvm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.clj
14 lines (14 loc) · 785 Bytes
/
project.clj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(defproject org.clojure/tools.analyzer.jvm "0.7.1-SNAPSHOT"
:description "Additional jvm-specific passes for tools.analyzer."
:url "https://github.com/clojure/tools.analyzer.jvm"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:source-paths ["src/main/clojure"]
:test-paths ["src/test/clojure"]
:dependencies [[org.clojure/clojure "1.9.0"]
[org.clojure/core.memoize "0.5.9"]
[org.clojure/tools.reader "1.1.1"]
[org.clojure/tools.analyzer "0.6.9"]
[org.ow2.asm/asm "5.2"]]
:repositories [["sonatype" "https://oss.sonatype.org/content/repositories/releases"]
["snapshots" "https://oss.sonatype.org/content/repositories/snapshots"]])