Skip to content

Commit 705156d

Browse files
committed
Use org.clojure/clojure "1.11.2"
1 parent 0590f68 commit 705156d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
* Bump `orchard` to [0.23.2](https://github.com/clojure-emacs/orchard/blob/v0.23.2/CHANGELOG.md#0232-2024-03-10).
88
* Bump `compliment` to [0.5.2](https://github.com/alexander-yakushev/compliment/blob/951604/CHANGELOG.md#master-unreleased).
99

10-
### Changes
11-
12-
* Bump `orchard` to [0.23.1](https://github.com/clojure-emacs/orchard/blob/v0.23.1/CHANGELOG.md#0231-2024-03-10).
13-
1410
## Bugs fixed
1511

1612
* [#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
@@ -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)