File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 1- (defproject alaisi /postgres.async " 0.9 .0-SNAPSHOT"
1+ (defproject alaisi /postgres.async " 0.10 .0-SNAPSHOT"
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.8.0 " ]
9- [org.clojure/core.async " 0.2.374 " ]
8+ :dependencies [[org.clojure/clojure " 1.9.0-alpha16 " ]
9+ [org.clojure/core.async " 0.3.442 " ]
1010 [com.github.alaisi.pgasync/postgres-async-driver " 0.9" ]
11- [cheshire " 5.6 .1" :scope " provided" ]]
11+ [cheshire " 5.7 .1" :scope " provided" ]]
1212 :lein-release {:deploy-via :clojars }
1313 :global-vars {*warn-on-reflection* true }
14- :target-path " target/%s"
15- :profiles {:dev {:source-paths [" dev" ]
16- :dependencies [[org.clojure/tools.namespace " 0.2.11" ]
17- [org.clojure/java.classpath " 0.2.3" ]]}})
14+ :target-path " target/%s" )
You can’t perform that action at this time.
0 commit comments