Skip to content

Commit

Permalink
Update cider-nrepl jack-in dep version to 0.28.5.
Browse files Browse the repository at this point in the history
Update changelog.
Close #1792.
  • Loading branch information
bpringe committed Jul 4, 2022
1 parent 05c3cae commit f90965f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Changes to Calva.
- Fix: [:refer-clojure :exclude doesn't work as expected](https://github.com/BetterThanTomorrow/calva/issues/1718)
- Fix: [Shadowing of Clojure vars doesn't work in the REPL, even with :refer-clojure :exclude](https://github.com/BetterThanTomorrow/calva/issues/1153)
- Fix: [Command not found error shown when clojure-lsp server info command is run](https://github.com/BetterThanTomorrow/calva/issues/1790)
- [Update cider-nrepl jack-in dependency version](https://github.com/BetterThanTomorrow/calva/issues/1792)

## [2.0.288] - 2022-07-02

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@
},
"default": {
"nrepl": "0.9.0",
"cider-nrepl": "0.27.4",
"cider-nrepl": "0.28.5",
"cider/piggieback": "0.5.3"
}
},
Expand Down Expand Up @@ -2873,4 +2873,4 @@
"webpack": "^5.27.1",
"webpack-cli": "^4.5.0"
}
}
}

0 comments on commit f90965f

Please sign in to comment.