Skip to content

Commit

Permalink
Bump clojure version, stop supporting 1.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Mar 15, 2013
1 parent 3f0a1bd commit 2867af5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
:description "Natural Language Processing with Clojure, library for opennlp."
:url "http://github.com/dakrone/clojure-opennlp"
:min-lein-version "2.0.0"
:dependencies [[org.clojure/clojure "1.4.0"]
:dependencies [[org.clojure/clojure "1.5.1"]
[org.apache.opennlp/opennlp-tools "1.5.2-incubating"]]
:profiles {:1.2 {:dependencies [[org.clojure/clojure "1.2.1"]]}
:1.3 {:dependencies [[org.clojure/clojure "1.3.0"]]}
:1.5 {:dependencies [[org.clojure/clojure "1.5.0-alpha6"]]}}
:aliases {"all" ["with-profile" "dev,1.2:dev,1.3:dev:dev,1.5"]}
:profiles {:1.3 {:dependencies [[org.clojure/clojure "1.3.0"]]}
:1.4 {:dependencies [[org.clojure/clojure "1.4.0"]]}}
:aliases {"all" ["with-profile" "dev,1.3:dev,1.4:dev"]}
:jvm-opts ["-Xmx2048m"])

0 comments on commit 2867af5

Please sign in to comment.