File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
- ## Added
4
-
5
- ## Fixed
6
-
7
- ## Changed
8
-
9
- # 0.19.100-alpha (2024-01-10 / f979f3f)
10
-
11
3
## Changed
12
4
13
5
- Upgrade dependencies
@@ -155,4 +147,4 @@ Initial release
155
147
- lambdaisland.classpath integration
156
148
- Support for cider-nrepl, refactor-nrepl
157
149
- Basic support for shadow-cljs cljs nREPL-base REPL
158
- - Auto-connect for Emacs
150
+ - Auto-connect for Emacs
Original file line number Diff line number Diff line change 34
34
(def default-cider-version " RELEASE" )
35
35
(def default-refactor-nrepl-version " RELEASE" )
36
36
37
- (def classpath-coords {:mvn/version " 0.4.44 " })
38
- (def jnr-posix-coords {:mvn/version " 3.1.15 " })
37
+ (def classpath-coords {:mvn/version " 0.5.48 " })
38
+ (def jnr-posix-coords {:mvn/version " 3.1.18 " })
39
39
40
40
(def default-launchpad-coords
41
41
" Version coordinates for Launchpad, which we use to inject ourselves into the
You can’t perform that action at this time.
0 commit comments