10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68bbd0 commit 0c9bccbCopy full SHA for 0c9bccb
project.clj
@@ -1,8 +1,10 @@
1
-(defproject alaisi/postgres.async "0.1.0-SNAPSHOT"
+(defproject alaisi/postgres.async "0.1.0"
2
:description "Asynchronous PostgreSQL Clojure client"
3
:url "http://github.com/alaisi/postgres.async"
4
:license {:name "Eclipse Public License"
5
:url "http://www.eclipse.org/legal/epl-v10.html"}
6
+ :scm {:name "git"
7
+ :url "http://github.com/alaisi/postgres.async.git"}
8
:dependencies [[org.clojure/clojure "1.6.0"]
9
[org.clojure/core.async "0.1.346.0-17112a-alpha"]
10
[com.github.alaisi.pgasync/postgres-async-driver "0.2"]]
0 commit comments