diff --git a/project.clj b/project.clj index 653f341..a181b80 100644 --- a/project.clj +++ b/project.clj @@ -3,8 +3,8 @@ :url "https://github.com/funcool/octet" :license {:name "Public Domain" :url "http://unlicense.org/"} - :dependencies [[org.clojure/clojure "1.8.0" :scope "provided"] - [org.clojure/clojurescript "1.9.293" :scope "provided"] + :dependencies [[org.clojure/clojure "1.9.0" :scope "provided"] + [org.clojure/clojurescript "1.9.946" :scope "provided"] [io.netty/netty-buffer "4.1.5.Final"]] :source-paths ["src"] @@ -21,7 +21,13 @@ :src-uri "http://github.com/funcool/codeina/blob/master/" :src-uri-prefix "#L"} - :plugins [[funcool/codeina "0.5.0"] - [lein-ancient "0.6.10"]]) + :profiles + {:dev {:dependencies [[org.clojure/tools.namespace "0.2.11"]] + :aliases {"test-all" ["with-profile" "dev,1.8:dev,1.7:dev" "test"]} + :global-vars {*warn-on-reflection* false} + :plugins [[funcool/codeina "0.5.0"] + [lein-ancient "0.6.15"]]} + :1.8 {:dependencies [[org.clojure/clojure "1.8.0"]]} + :1.7 {:dependencies [[org.clojure/clojure "1.7.0"]]}})