Skip to content

Commit 1a5e504

Browse files
committed
Bump more deps
1 parent f845562 commit 1a5e504

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

CHANGELOG.md

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

3-
## Added
4-
5-
## Fixed
6-
7-
## Changed
8-
9-
# 0.19.100-alpha (2024-01-10 / f979f3f)
10-
113
## Changed
124

135
- Upgrade dependencies
@@ -155,4 +147,4 @@ Initial release
155147
- lambdaisland.classpath integration
156148
- Support for cider-nrepl, refactor-nrepl
157149
- Basic support for shadow-cljs cljs nREPL-base REPL
158-
- Auto-connect for Emacs
150+
- Auto-connect for Emacs

src/lambdaisland/launchpad.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
(def default-cider-version "RELEASE")
3535
(def default-refactor-nrepl-version "RELEASE")
3636

37-
(def classpath-coords {:mvn/version "0.4.44"})
38-
(def jnr-posix-coords {:mvn/version "3.1.15"})
37+
(def classpath-coords {:mvn/version "0.5.48"})
38+
(def jnr-posix-coords {:mvn/version "3.1.18"})
3939

4040
(def default-launchpad-coords
4141
"Version coordinates for Launchpad, which we use to inject ourselves into the

0 commit comments

Comments
 (0)