Skip to content

Commit 3496a73

Browse files
r0manbbatsov
authored andcommitted
Update some dependencies
- cider/cider-nrepl contains a fix from @vemv See clojure-emacs/cider-nrepl@09d4a34#diff-ee2569b5d44dafa3a3e31c189c9d7725b4c1c6a4eedef5fc8986ab5e91c49eadR27-R29 - I did not noticed anything breaking when updating `com.taoensso/timbre` - Updating `nubank/matcher-combinators` should also be fine
1 parent a1c4429 commit 3496a73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: project.clj

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
:sign-releases false}]]
1818
:profiles {:provided {:dependencies [;; 1.3.7 and 1.4.7 are working, but we need 1.3.7 for JDK8
1919
[ch.qos.logback/logback-classic "1.3.7"]
20-
[com.taoensso/timbre "6.3.1" :exclusions [org.clojure/clojure]]
20+
[com.taoensso/timbre "6.5.0" :exclusions [org.clojure/clojure]]
2121
[org.clojure/clojure "1.11.1"]]}
2222

23-
:dev {:plugins [[cider/cider-nrepl "0.45.0"]
23+
:dev {:plugins [[cider/cider-nrepl "0.50.2"]
2424
[refactor-nrepl "3.9.0"]]}
2525

2626
:1.9 {:dependencies [[org.clojure/clojure "1.9.0"]]}
@@ -36,7 +36,7 @@
3636

3737
:test {:jvm-opts ["-Djava.util.logging.config.file=test/resources/logging.properties"]
3838
:resource-paths ["test/resources"]
39-
:dependencies [[nubank/matcher-combinators "3.8.8"]
39+
:dependencies [[nubank/matcher-combinators "3.9.1"]
4040
[org.clojure/test.check "1.1.1" :exclusions [org.clojure/clojure]]]}
4141

4242
:cljfmt {:plugins [[lein-cljfmt "0.9.2" :exclusions [org.clojure/clojure

0 commit comments

Comments
 (0)