Skip to content

Commit

Permalink
Test against Clojure 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Dec 11, 2015
1 parent a5f5d12 commit 9369453
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project.clj
Expand Up @@ -8,6 +8,7 @@
[clj-http "2.0.0"]
[cheshire "5.5.0"]]
:profiles {:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}
:1.8 {:dependencies [[org.clojure/clojure "1.8.0-RC3"]]}
:master {:dependencies [[org.clojure/clojure "1.8.0-master-SNAPSHOT"]]}
;; this version of clj-http depends on HTTPCore 4.2.x which
;; some projects (e.g. using Spring's RestTemplate) can rely on,
Expand All @@ -28,7 +29,7 @@
"sonatype-snapshots" {:url "http://oss.sonatype.org/content/repositories/snapshots"
:snapshots true
:releases {:checksum :fail :update :always}}}
:aliases {"all" ["with-profile" "dev:dev,1.6:dev,cljhttp076"]}
:aliases {"all" ["with-profile" "dev:dev,1.8:dev,1.6:dev,cljhttp076"]}
:global-vars {*warn-on-reflection* true}
:jvm-opts ["-Xmx512m"]
:test-selectors {:default (fn [m]
Expand Down

0 comments on commit 9369453

Please sign in to comment.