Skip to content

Commit 5aab023

Browse files
committed
Upgrade dependencies
1 parent 7e6f0bc commit 5aab023

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

CHANGELOG.md

+2-4
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.37.162-alpha (2025-02-11 / 6ec2e55)
108

119
## Fixed

bb.edn

+3-3
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.8"}
3+
{borkdude/rewrite-edn {:mvn/version "0.4.9"}
44
com.lambdaisland/launchpad {:local/root "."}
5-
com.lambdaisland/cli {:mvn/version "0.22.87"}
5+
com.lambdaisland/cli {:mvn/version "0.23.93"}
66
lambdaisland/open-source {:git/url "https://github.com/lambdaisland/open-source"
7-
:git/sha "0bd06e00f3b930d9a0fdd0ed90d47a9a333b19da"}}}
7+
:git/sha "28c67d7eff0dc1c38dffcff3f6c91f0aac2713c8"}}}

deps.edn

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
:deps
44
{org.clojure/clojure {:mvn/version "1.12.0"}
55
com.lambdaisland/dotenv {:mvn/version "0.2.5"}
6-
com.lambdaisland/cli {:mvn/version "0.22.87"}}
6+
com.lambdaisland/cli {:mvn/version "0.23.93"}}
77

88
:aliases
99
{:clojure
1010
{:extra-deps {babashka/babashka {:mvn/version "1.12.196" :scope "provided"}
1111
org.clojure/tools.deps.alpha {:mvn/version "0.15.1254"}
1212
com.nextjournal/beholder {:mvn/version "1.0.2"}
13-
thheller/shadow-cljs {:mvn/version "2.28.20"}
13+
thheller/shadow-cljs {:mvn/version "2.28.21"}
1414
;; prevent tools.deps.alpha from dragging in an old guava
1515
com.google.guava/guava {:mvn/version "33.4.0-jre"}
1616
com.lambdaisland/classpath {:mvn/version "0.6.58"}}}

0 commit comments

Comments
 (0)