Skip to content

Commit 0a08e5f

Browse files
authored
Merge pull request #855 from clojure-emacs/compliment-mar-10
Bump Orchard, Compliment
2 parents 3a4c86f + 705156d commit 0a08e5f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
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.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

project.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
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"]
@@ -94,7 +94,7 @@
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"]]

0 commit comments

Comments
 (0)