File tree 3 files changed +8
-10
lines changed
3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
- ## Added
4
-
5
- ## Fixed
6
-
7
3
## Changed
8
4
5
+ - Upgrade dependencies
6
+
9
7
# 0.18.97-alpha (2023-11-14 / 4275a6c)
10
8
11
9
## Fixed
@@ -149,4 +147,4 @@ Initial release
149
147
- lambdaisland.classpath integration
150
148
- Support for cider-nrepl, refactor-nrepl
151
149
- Basic support for shadow-cljs cljs nREPL-base REPL
152
- - Auto-connect for Emacs
150
+ - Auto-connect for Emacs
Original file line number Diff line number Diff line change 1
1
{:deps
2
2
{lambdaisland/open-source {:git/url " https://github.com/lambdaisland/open-source"
3
- :git/sha " 5ae5327ff37b45228a40a3981fa83ad151bedf3c " }
3
+ :git/sha " 7ce125cbd14888590742da7ab3b6be9bba46fc7a " }
4
4
com.lambdaisland/launchpad {:local/root " ." }}}
Original file line number Diff line number Diff line change 5
5
com.lambdaisland/dotenv {:mvn/version " 0.2.5" }}
6
6
7
7
: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" }
9
9
org.clojure/tools.deps.alpha {:mvn/version " 0.15.1254" }
10
10
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 " }}}
13
13
:dev
14
14
{:extra-paths [" dev" ]
15
15
:extra-deps {djblue/portal {:mvn/version " RELEASE" }}}
16
16
17
17
:test
18
18
{:extra-paths [" test" ]
19
- :extra-deps {lambdaisland/kaocha {:mvn/version " 1.80.1274 " }}}}}
19
+ :extra-deps {lambdaisland/kaocha {:mvn/version " 1.87.1366 " }}}}}
You can’t perform that action at this time.
0 commit comments