File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1- (defproject org.clojars.drbobbeaty /durable-queue " 0.1.7 "
1+ (defproject fractual /durable-queue " 0.1.6 "
22 :description " a in-process task-queue that is backed by disk."
3- :url " http://github.com/drbobbeaty/durable-queue"
43 :license {:name " Eclipse Public License"
54 :url " http://www.eclipse.org/legal/epl-v10.html" }
65 :dependencies [[com.taoensso/nippy " 2.8.0" ]
76 [primitive-math " 0.1.4" ]
87 [byte-streams " 0.2.2" ]]
98 :repositories [[" releases" {:url " https://clojars.org/repo"
109 :creds :gpg }]]
11- :profiles {:dev {:dependencies [[org.clojure/clojure " 1.7.0 " ]
10+ :profiles {:dev {:dependencies [[org.clojure/clojure " 1.5.1 " ]
1211 [criterium " 0.4.3" ]
1312 [codox-md " 0.2.0" :exclusions [org.clojure/clojure]]]}}
1413 :global-vars {*warn-on-reflection* true }
You can’t perform that action at this time.
0 commit comments