Skip to content

Commit c1860a5

Browse files
committed
Bump dependencies
1 parent be6273b commit c1860a5

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Unreleased
22

3-
## Added
4-
53
## Fixed
64

75
- Fix a regression in the handling of the `--vs-code` flag
86

97
## Changed
108

9+
- Bump dependencies
10+
1111
# 0.48.215-alpha (2026-03-04 / 2094974)
1212

1313
## Added

bb.edn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{:paths ["src" "resources"]
22
:deps
3-
{borkdude/rewrite-edn {:mvn/version "0.4.9"}
3+
{borkdude/rewrite-edn {:mvn/version "0.5.9"}
44
com.lambdaisland/launchpad {:local/root "."}
5-
com.lambdaisland/cli {:mvn/version "0.24.97"}
5+
com.lambdaisland/cli {:mvn/version "1.29.127"}
66
lambdaisland/open-source {:git/url "https://github.com/lambdaisland/open-source"
7-
:git/sha "e919f0defcc3bfdad61af5da494c07d179e0733f"}}}
7+
:git/sha "34ce20d7b2af747227c345b392fe92cb5f4d3cda"}}}

deps.edn

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{:paths ["src" "resources"]
22

33
:deps
4-
{org.clojure/clojure {:mvn/version "1.12.2"}
4+
{org.clojure/clojure {:mvn/version "1.12.4"}
55
com.lambdaisland/dotenv {:mvn/version "0.2.5"}
6-
com.lambdaisland/cli {:mvn/version "0.24.97"}}
6+
com.lambdaisland/cli {:mvn/version "1.29.127"}}
77

88
:aliases
99
{:clojure
10-
{:extra-deps {babashka/babashka {:mvn/version "1.12.208" :scope "provided"}
10+
{:extra-deps {babashka/babashka {:mvn/version "1.12.218" :scope "provided"}
1111
org.clojure/tools.deps.alpha {:mvn/version "0.15.1254"}
1212
com.nextjournal/beholder {:mvn/version "1.0.3"}
13-
thheller/shadow-cljs {:mvn/version "3.2.1"}
13+
thheller/shadow-cljs {:mvn/version "3.4.6"}
1414
;; prevent tools.deps.alpha from dragging in an old guava
15-
com.google.guava/guava {:mvn/version "33.5.0-jre"}
15+
com.google.guava/guava {:mvn/version "33.6.0-jre"}
1616
com.lambdaisland/classpath {:mvn/version "0.6.58"}}}
1717

1818
:test

0 commit comments

Comments
 (0)