Skip to content

Commit b1af5e8

Browse files
alexander-yakushevbbatsov
authored andcommitted
Use Compliment 0.5.5
1 parent 2c5b733 commit b1af5e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* [#868](https://github.com/clojure-emacs/cider-nrepl/pull/868): Drop support for Clojure 1.9.
88
* Refine `ops-that-can-eval` internals, adapting them to the new `cider.nrepl.middleware.reload` ops.
99
* Bump `nrepl` to [1.1.1](https://github.com/nrepl/nrepl/blob/master/CHANGELOG.md#111-2024-02-20).
10-
* Bump `compliment` to [0.5.3](https://github.com/alexander-yakushev/compliment/blob/14329344/CHANGELOG.md#053-2024-04-11).
10+
* Bump `compliment` to [0.5.5](https://github.com/alexander-yakushev/compliment/blob/master/CHANGELOG.md#055-2024-05-06).
1111
* Bump `clj-reload` to [0.6.0](https://github.com/tonsky/clj-reload/blob/0.6.0/CHANGELOG.md#060---may-3-2024).
1212
* Bump `tools.trace` to 0.8.0 (no changes in source code).
1313
* Bump `tools.reader` to [1.4.1](https://github.com/clojure/tools.reader/blob/master/CHANGELOG.md).

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" :exclusions [org.clojure/clojure]]
1515
^:inline-dep [fipp ~fipp-version] ; can be removed in unresolved-tree mode
16-
^:inline-dep [compliment "0.5.3"]
16+
^:inline-dep [compliment "0.5.5"]
1717
^:inline-dep [org.rksm/suitable "0.6.2" :exclusions [org.clojure/clojure
1818
org.clojure/clojurescript]]
1919
^:inline-dep [cljfmt "0.9.2" :exclusions [org.clojure/clojurescript]]

0 commit comments

Comments
 (0)