Skip to content

Commit b0a4f2d

Browse files
committed
Backed out the changes
I've backed out the changes to the project name, but I've left the update of byte-streamns, as that is important.
1 parent 591e13c commit b0a4f2d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

project.clj

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
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}

0 commit comments

Comments
 (0)