Skip to content

Commit ad80d49

Browse files
committed
Bump riddley, core.async and tools.logging
NB: core.async kept below 1.6.x because that requires Clojure 1.10+
1 parent 89993b4 commit ad80d49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
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.1" :scope "provided"]
8-
[org.clojure/tools.logging "1.1.0" :exclusions [org.clojure/clojure]]
8+
[org.clojure/tools.logging "1.2.4" :exclusions [org.clojure/clojure]]
99
[org.clj-commons/dirigiste "1.0.1"]
10-
[riddley "0.1.15"]
11-
[org.clojure/core.async "1.4.627" :scope "provided"]]
10+
[riddley "0.2.0"]
11+
[org.clojure/core.async "1.5.648" :scope "provided"]]
1212
:profiles {:dev {:dependencies [[criterium "0.4.6"]]}}
1313
:test-selectors {:default #(not
1414
(some #{:benchmark :stress}

0 commit comments

Comments
 (0)