Skip to content

Commit f979f3f

Browse files
committed
Bumps deps
1 parent a55004b commit f979f3f

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+
- Upgrade dependencies
6+
97
# 0.18.97-alpha (2023-11-14 / 4275a6c)
108

119
## Fixed
@@ -149,4 +147,4 @@ Initial release
149147
- lambdaisland.classpath integration
150148
- Support for cider-nrepl, refactor-nrepl
151149
- Basic support for shadow-cljs cljs nREPL-base REPL
152-
- Auto-connect for Emacs
150+
- 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 "5ae5327ff37b45228a40a3981fa83ad151bedf3c"}
3+
:git/sha "7ce125cbd14888590742da7ab3b6be9bba46fc7a"}
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.2.174" :scope "provided"}
8+
{:clojure { :extra-deps {babashka/babashka {:mvn/version "1.3.187" :scope "provided"}
99
org.clojure/tools.deps.alpha {:mvn/version "0.15.1254"}
1010
com.nextjournal/beholder {:mvn/version "1.0.2"}
11-
thheller/shadow-cljs {:mvn/version "2.22.0"}
12-
com.lambdaisland/classpath {:mvn/version "0.4.44"}}}
11+
thheller/shadow-cljs {:mvn/version "2.26.3"}
12+
com.lambdaisland/classpath {:mvn/version "0.5.48"}}}
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.80.1274"}}}}}
19+
:extra-deps {lambdaisland/kaocha {:mvn/version "1.87.1366"}}}}}

0 commit comments

Comments
 (0)