Skip to content

Commit

Permalink
Include clojure 1.6beta2 in compatibility tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
marick committed Mar 9, 2014
1 parent 226831b commit 78af7f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project.clj
Expand Up @@ -28,7 +28,8 @@
:1.4 [:test-libs {:dependencies [[org.clojure/clojure "1.4.0"]]}]
:1.5.0 [:test-libs {:dependencies [[org.clojure/clojure "1.5.0"]]}]
:1.5.1 [:test-libs {:dependencies [[org.clojure/clojure "1.5.1"]]}]
:1.6 [:test-libs {:dependencies [[org.clojure/clojure "1.6.0-alpha3"]]}]
:1.6 [:test-libs {:dependencies [[org.clojure/clojure "1.6.0-beta2"]
[org.clojure/tools.nrepl "0.2.3"]]}]
;; The following profile can be used to check that `lein with-profile`
;; profiles are obeyed. Note that profile `:test-paths` *add on* to the
;; defaults.
Expand All @@ -39,7 +40,7 @@
:distribution :repo}
:mailing-list {:name "Midje"
:subscribe "https://groups.google.com/forum/?fromgroups#!forum/midje"}
:aliases {"compatibility" ["with-profile" "1.3:1.4:1.5.0:1.5.1" "test"]}
:aliases {"compatibility" ["with-profile" "1.3:1.4:1.5.0:1.5.1:1.6" "test"]}

;; For Clojure snapshots
:repositories {"sonatype-oss-public" "https://oss.sonatype.org/content/groups/public/"
Expand Down

0 comments on commit 78af7f9

Please sign in to comment.