File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 22
33## master (unreleased)
44
5+ ### Changes
6+
7+ * Bump ` orchard ` to [ 0.23.2] ( https://github.com/clojure-emacs/orchard/blob/v0.23.2/CHANGELOG.md#0232-2024-03-10 ) .
8+ * Bump ` compliment ` to [ 0.5.2] ( https://github.com/alexander-yakushev/compliment/blob/951604/CHANGELOG.md#master-unreleased ) .
9+
510## Bugs fixed
611
712* [ #854 ] ( https://github.com/clojure-emacs/cider-nrepl/pull/854 ) : fix cider.clj-reload/reload-all and improve its test
Original file line number Diff line number Diff line change 88 :url " http://www.eclipse.org/legal/epl-v10.html" }
99 :scm {:name " git" :url " https://github.com/clojure-emacs/cider-nrepl" }
1010 :dependencies [[nrepl " 1.0.0" ]
11- [cider/orchard " 0.23.0 " ]
11+ [cider/orchard " 0.23.2 " ]
1212 ^:inline-dep [mx.cider/haystack " 0.3.3" :exclusions [cider/orchard]]
1313 ^:inline-dep [thunknyc/profile " 0.5.2" ]
1414 ^:inline-dep [mvxcvi/puget " 1.3.4" ]
1515 ^:inline-dep [fipp ~fipp-version] ; can be removed in unresolved-tree mode
16- ^:inline-dep [compliment " 0.5.1 " ]
16+ ^:inline-dep [compliment " 0.5.2 " ]
1717 ^:inline-dep [org.rksm/suitable " 0.6.2" :exclusions [org.clojure/clojurescript]]
1818 ^:inline-dep [cljfmt " 0.9.2" :exclusions [org.clojure/clojurescript]]
1919 ~(with-meta '[org.clojure/tools.namespace " 1.3.0" ]
9494 :1.10 {:dependencies [[org.clojure/clojure " 1.10.3" ]
9595 [org.clojure/clojurescript " 1.10.520" :scope " provided" ]]
9696 :test-paths [" test/spec" ]}
97- :1.11 {:dependencies [[org.clojure/clojure " 1.11.1 " ]
97+ :1.11 {:dependencies [[org.clojure/clojure " 1.11.2 " ]
9898 [org.clojure/clojurescript " 1.11.60" :scope " provided" ]]
9999 :test-paths [" test/spec" ]}
100100 :master {:repositories [[" snapshots" " https://oss.sonatype.org/content/repositories/snapshots" ]]
You can’t perform that action at this time.
0 commit comments