Skip to content

Commit 1b1fe87

Browse files
authored
Use tools.namespace 1.3.0 (#753)
1 parent dfa2f07 commit 1b1fe87

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22

33
## master (unreleased)
44

5-
## 0.28.3 (2022-02-22)
6-
75
### Bugs Fixed
86

97
* [#751](https://github.com/clojure-emacs/cider-nrepl/issues/751): Skip unmapping of default imports in `undef-all` op.
108

119
### Changes
1210

11+
* Use `tools.namespace`[1.3.0](https://github.com/clojure/tools.namespace/compare/v1.2.0...v1.3.0).
12+
13+
## 0.28.3 (2022-02-22)
14+
15+
### Changes
16+
1317
* Upgrade [Orchard to version 0.9.2](https://github.com/clojure-emacs/orchard/blob/v0.9.2/CHANGELOG.md#092-2022-02-22).
1418

1519
## 0.28.2 (2022-02-01)

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
^:inline-dep [compliment "0.3.12"]
1616
^:inline-dep [org.rksm/suitable "0.4.1" :exclusions [org.clojure/clojurescript]]
1717
^:inline-dep [cljfmt "0.8.0" :exclusions [org.clojure/clojurescript]]
18-
^:inline-dep [org.clojure/tools.namespace "1.2.0"]
18+
^:inline-dep [org.clojure/tools.namespace "1.3.0"]
1919
^:inline-dep [org.clojure/tools.trace "0.7.11"]
2020
^:inline-dep [org.clojure/tools.reader "1.3.6"]]
2121
:exclusions [org.clojure/clojure] ; see Clojure version matrix in profiles below
@@ -146,7 +146,7 @@
146146
{:dependencies [[clj-kondo "2021.12.01"]]}]
147147

148148
:eastwood [:test
149-
{:plugins [[jonase/eastwood "1.2.2"]]
149+
{:plugins [[jonase/eastwood "1.2.3"]]
150150
:eastwood {:config-files ["eastwood.clj"]
151151
:exclude-namespaces [cider.nrepl.middleware.test-filter-tests]
152152
:ignored-faults {:unused-ret-vals-in-try {cider.nrepl.middleware.profile-test [{:line 25}]}

0 commit comments

Comments
 (0)