Skip to content

Commit

Permalink
Clojure 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Apr 15, 2012
1 parent cd4ebeb commit 9b060ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ CI is hosted by [travis-ci.org](http://travis-ci.org)
## Development

Langohr uses [Leiningen 2](https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md). Make
sure you have it installed and then run tests against Clojure 1.3.0 and 1.4.0[-beta5] using
sure you have it installed and then run tests against all supported Clojure versions using

lein2 all test

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:dependencies [[org.clojure/clojure "1.3.0"]
[com.rabbitmq/amqp-client "2.8.1"]]
:profiles {:dev { :dependencies [[org.clojure/tools.cli "0.2.1" :exclusions [org.clojure/clojure]]] }
:1.4 { :dependencies [[org.clojure/clojure "1.4.0-beta6"]] }}
:1.4 { :dependencies [[org.clojure/clojure "1.4.0"]] }}
:url "https://github.com/michaelklishin/langohr"
:repositories {"sonatype" {:url
"http://oss.sonatype.org/content/repositories/releases",
Expand Down

0 comments on commit 9b060ca

Please sign in to comment.