Skip to content

Commit e845320

Browse files
committed
Use Compliment 0.5.2
1 parent 3a4c86f commit e845320

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## master (unreleased)
44

5+
### Changes
6+
7+
* Bump `orchard` to [0.23.1](https://github.com/clojure-emacs/orchard/blob/v0.23.1/CHANGELOG.md#0231-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

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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"]

0 commit comments

Comments
 (0)