File tree 3 files changed +10
-7
lines changed
3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Added
4
4
5
- ## Fixed
5
+ - Allow setting nrepl port/bind from CLI
6
+ - Provide a warning when connecting to emacs fails, rather than exiting
6
7
7
8
## Changed
8
9
10
+ - Dependency version bumps
11
+
9
12
# 0.14.72-alpha (2022-12-12 / 06eed64)
10
13
11
14
## Added
@@ -119,4 +122,4 @@ Initial release
119
122
- lambdaisland.classpath integration
120
123
- Support for cider-nrepl, refactor-nrepl
121
124
- Basic support for shadow-cljs cljs nREPL-base REPL
122
- - Auto-connect for Emacs
125
+ - Auto-connect for Emacs
Original file line number Diff line number Diff line change 1
1
{:deps
2
2
{lambdaisland/open-source {:git/url " https://github.com/lambdaisland/open-source"
3
- :git/sha " 730f28fd2a7d8afade6d918658dc770dd7720cc7 "
3
+ :git/sha " 97b02a072a9e8e06b5c8b0260a1f1fb6fc8668be "
4
4
#_#_:local/root " ../open-source" }
5
5
com.lambdaisland/launchpad {:local/root " ." }}}
Original file line number Diff line number Diff line change 5
5
com.lambdaisland/dotenv {:mvn/version " 0.2.5" }}
6
6
7
7
:aliases
8
- {:clojure { :extra-deps {babashka/babashka {:mvn/version " 1.0.168 " :scope " provided" }
8
+ {:clojure { :extra-deps {babashka/babashka {:mvn/version " 1.0.170 " :scope " provided" }
9
9
org.clojure/tools.deps.alpha {:mvn/version " 0.15.1254" }
10
- com.nextjournal/beholder {:mvn/version " 1.0.0 " }
11
- thheller/shadow-cljs {:mvn/version " 2.20.14 " }
10
+ com.nextjournal/beholder {:mvn/version " 1.0.1 " }
11
+ thheller/shadow-cljs {:mvn/version " 2.20.20 " }
12
12
com.lambdaisland/classpath {:mvn/version " 0.4.44" }}}
13
13
:dev
14
14
{:extra-paths [" dev" ]
15
15
:extra-deps {djblue/portal {:mvn/version " RELEASE" }}}
16
16
17
17
:test
18
18
{:extra-paths [" test" ]
19
- :extra-deps {lambdaisland/kaocha {:mvn/version " 1.71.1119 " }}}}}
19
+ :extra-deps {lambdaisland/kaocha {:mvn/version " 1.73.1175 " }}}}}
You can’t perform that action at this time.
0 commit comments