Skip to content

Commit 5eccf71

Browse files
committed
Update Dirigiste
1 parent 37658e9 commit 5eccf71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
(defproject manifold "0.2.4"
1+
(defproject manifold "0.2.5-SNAPSHOT"
22
:description "A compatibility layer for event-driven abstractions"
33
:license {:name "MIT License"
44
:url "http://opensource.org/licenses/MIT"}
55
:url "https://github.com/clj-commons/manifold"
66
:scm {:name "git" :url "https://github.com/clj-commons/manifold"}
77
:dependencies [[org.clojure/clojure "1.11.0" :scope "provided"]
88
[org.clojure/tools.logging "1.1.0" :exclusions [org.clojure/clojure]]
9-
[io.aleph/dirigiste "1.0.0"]
9+
[org.clj-commons/dirigiste "1.0.1"]
1010
[riddley "0.1.15"]
1111
[org.clojure/core.async "1.4.627" :scope "provided"]]
1212
:profiles {:dev {:dependencies [[criterium "0.4.6"]]}}

0 commit comments

Comments
 (0)