Skip to content

Commit

Permalink
Prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
alaisi committed May 3, 2016
1 parent 049a508 commit 85f65d0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
(defproject alaisi/postgres.async "0.7.0-SNAPSHOT"
(defproject alaisi/postgres.async "0.7.0"
:description "Asynchronous PostgreSQL Clojure client"
:url "http://github.com/alaisi/postgres.async"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:scm {:name "git"
:url "http://github.com/alaisi/postgres.async.git"}
:dependencies [[org.clojure/clojure "1.6.0"]
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/core.async "0.2.374"]
[com.github.alaisi.pgasync/postgres-async-driver "0.8-SNAPSHOT"]
[cheshire "5.5.0" :scope "provided"]]
[com.github.alaisi.pgasync/postgres-async-driver "0.8"]
[cheshire "5.6.1" :scope "provided"]]
:lein-release {:deploy-via :clojars}
:global-vars {*warn-on-reflection* true}
:target-path "target/%s"
:profiles {:dev {:source-paths ["dev"]
:dependencies [[org.clojure/tools.namespace "0.2.4"]
[org.clojure/java.classpath "0.2.0"]]}})
:dependencies [[org.clojure/tools.namespace "0.2.11"]
[org.clojure/java.classpath "0.2.3"]]}})

0 comments on commit 85f65d0

Please sign in to comment.