Skip to content

Commit 0a9a6ee

Browse files
authored
Update version-clj (#395)
1 parent 90e9858 commit 0a9a6ee

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
@@ -2,7 +2,7 @@
22

33
## Unreleased
44

5-
* Upgrade various dependencies.
5+
* Upgrade various dependencies: [#393](https://github.com/clojure-emacs/refactor-nrepl/pull/393), [#395](https://github.com/clojure-emacs/refactor-nrepl/pull/395).
66
* Does not impact users, since we use [mranderson](https://github.com/benedekfazekas/mranderson).
77

88
## 3.7.1

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
^:inline-dep [cljfmt "0.9.2" :exclusions [rewrite-clj rewrite-cljs]]
1818
^:inline-dep [clj-commons/fs "1.6.310"]
1919
^:inline-dep [rewrite-clj "1.1.47"]
20-
^:inline-dep [version-clj "1.0.0"]]
20+
^:inline-dep [version-clj "2.0.2"]]
2121
:exclusions [org.clojure/clojure] ; see versions matrix below
2222

2323
:pedantic? ~(if (System/getenv "CI")

0 commit comments

Comments
 (0)