Skip to content

Commit 67de06e

Browse files
committed
bump dependencies
1 parent 821a422 commit 67de06e

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

CHANGELOG.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# Unreleased
22

3-
## Added
4-
5-
## Fixed
6-
73
## Changed
84

5+
- Bump dependencies
6+
97
# 0.15.79-alpha (2023-01-20 / 2b06d8e)
108

119
## Added
@@ -130,4 +128,4 @@ Initial release
130128
- lambdaisland.classpath integration
131129
- Support for cider-nrepl, refactor-nrepl
132130
- Basic support for shadow-cljs cljs nREPL-base REPL
133-
- Auto-connect for Emacs
131+
- Auto-connect for Emacs

bb.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{:deps
22
{lambdaisland/open-source {:git/url "https://github.com/lambdaisland/open-source"
3-
:git/sha "8c35f8f791678492323c4b170188f6ed41593185"}
3+
:git/sha "5ae5327ff37b45228a40a3981fa83ad151bedf3c"}
44
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.1.172" :scope "provided"}
8+
{:clojure { :extra-deps {babashka/babashka {:mvn/version "1.2.174" :scope "provided"}
99
org.clojure/tools.deps.alpha {:mvn/version "0.15.1254"}
10-
com.nextjournal/beholder {:mvn/version "1.0.1"}
11-
thheller/shadow-cljs {:mvn/version "2.20.20"}
10+
com.nextjournal/beholder {:mvn/version "1.0.2"}
11+
thheller/shadow-cljs {:mvn/version "2.22.0"}
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.77.1236"}}}}}
19+
:extra-deps {lambdaisland/kaocha {:mvn/version "1.80.1274"}}}}}

0 commit comments

Comments
 (0)