Skip to content

Commit 85f65d0

Browse files
committed
Prepare for release.
1 parent 049a508 commit 85f65d0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

project.clj

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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"]]}})

0 commit comments

Comments
 (0)