Skip to content

Commit 3da3d9a

Browse files
updated deps
1 parent fd27ecc commit 3da3d9a

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

project.clj

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
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")

0 commit comments

Comments
 (0)