Skip to content

Commit

Permalink
Update version-clj (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotemacs authored Jul 11, 2023
1 parent 90e9858 commit 0a9a6ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Unreleased

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

## 3.7.1
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
^:inline-dep [cljfmt "0.9.2" :exclusions [rewrite-clj rewrite-cljs]]
^:inline-dep [clj-commons/fs "1.6.310"]
^:inline-dep [rewrite-clj "1.1.47"]
^:inline-dep [version-clj "1.0.0"]]
^:inline-dep [version-clj "2.0.2"]]
:exclusions [org.clojure/clojure] ; see versions matrix below

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

0 comments on commit 0a9a6ee

Please sign in to comment.