File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- (defproject alaisi /postgres.async " 0.7.0-SNAPSHOT "
1
+ (defproject alaisi /postgres.async " 0.7.0"
2
2
:description " Asynchronous PostgreSQL Clojure client"
3
3
:url " http://github.com/alaisi/postgres.async"
4
4
:license {:name " Eclipse Public License"
5
5
:url " http://www.eclipse.org/legal/epl-v10.html" }
6
6
:scm {:name " git"
7
7
:url " http://github.com/alaisi/postgres.async.git" }
8
- :dependencies [[org.clojure/clojure " 1.6 .0" ]
8
+ :dependencies [[org.clojure/clojure " 1.8 .0" ]
9
9
[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" ]]
12
12
:lein-release {:deploy-via :clojars }
13
13
:global-vars {*warn-on-reflection* true }
14
14
:target-path " target/%s"
15
15
: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 " ]]}})
You can’t perform that action at this time.
0 commit comments