File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- (defproject alaisi /postgres.async " 0.7.0-SNAPSHOT "
1+ (defproject alaisi /postgres.async " 0.7.0"
22 :description " Asynchronous PostgreSQL Clojure client"
33 :url " http://github.com/alaisi/postgres.async"
44 :license {:name " Eclipse Public License"
55 :url " http://www.eclipse.org/legal/epl-v10.html" }
66 :scm {:name " git"
77 :url " http://github.com/alaisi/postgres.async.git" }
8- :dependencies [[org.clojure/clojure " 1.6 .0" ]
8+ :dependencies [[org.clojure/clojure " 1.8 .0" ]
99 [org.clojure/core.async " 0.2.374" ]
10- [com.github.alaisi.pgasync/postgres-async-driver " 0.8-SNAPSHOT " ]
11- [cheshire " 5.5.0 " :scope " provided" ]]
10+ [com.github.alaisi.pgasync/postgres-async-driver " 0.8" ]
11+ [cheshire " 5.6.1 " :scope " provided" ]]
1212 :lein-release {:deploy-via :clojars }
1313 :global-vars {*warn-on-reflection* true }
1414 :target-path " target/%s"
1515 :profiles {:dev {:source-paths [" dev" ]
16- :dependencies [[org.clojure/tools.namespace " 0.2.4 " ]
17- [org.clojure/java.classpath " 0.2.0 " ]]}})
16+ :dependencies [[org.clojure/tools.namespace " 0.2.11 " ]
17+ [org.clojure/java.classpath " 0.2.3 " ]]}})
You can’t perform that action at this time.
0 commit comments