Skip to content

Commit 2b06d8e

Browse files
committed
dependency bumps and CHANGELOG
1 parent aa8d2db commit 2b06d8e

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
## Added
44

5-
## Fixed
5+
- Allow setting nrepl port/bind from CLI
6+
- Provide a warning when connecting to emacs fails, rather than exiting
67

78
## Changed
89

10+
- Dependency version bumps
11+
912
# 0.14.72-alpha (2022-12-12 / 06eed64)
1013

1114
## Added
@@ -119,4 +122,4 @@ Initial release
119122
- lambdaisland.classpath integration
120123
- Support for cider-nrepl, refactor-nrepl
121124
- Basic support for shadow-cljs cljs nREPL-base REPL
122-
- Auto-connect for Emacs
125+
- Auto-connect for Emacs

bb.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{:deps
22
{lambdaisland/open-source {:git/url "https://github.com/lambdaisland/open-source"
3-
:git/sha "730f28fd2a7d8afade6d918658dc770dd7720cc7"
3+
:git/sha "97b02a072a9e8e06b5c8b0260a1f1fb6fc8668be"
44
#_#_:local/root "../open-source"}
55
com.lambdaisland/launchpad {:local/root "."}}}

deps.edn

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
com.lambdaisland/dotenv {:mvn/version "0.2.5"}}
66

77
: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"}
99
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"}
1212
com.lambdaisland/classpath {:mvn/version "0.4.44"}}}
1313
:dev
1414
{:extra-paths ["dev"]
1515
:extra-deps {djblue/portal {:mvn/version "RELEASE"}}}
1616

1717
:test
1818
{:extra-paths ["test"]
19-
:extra-deps {lambdaisland/kaocha {:mvn/version "1.71.1119"}}}}}
19+
:extra-deps {lambdaisland/kaocha {:mvn/version "1.73.1175"}}}}}

0 commit comments

Comments
 (0)