File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## v1.9.0
6+
57- In certain situations the server will abort its pending sent requests to avoid
68 blocking the client's messages.
79- Server requests can be treated as promesa promises.
Original file line number Diff line number Diff line change 11# Generated by org.clojure/tools.build
2- # Sat Aug 05 20:48:56 BRT 2023
3- version =1.8.1
2+ # Tue Sep 05 19:38:28 BRT 2023
3+ version =1.9.0
44groupId =com.github.clojure-lsp
55artifactId =lsp4clj
Original file line number Diff line number Diff line change 44 <packaging >jar</packaging >
55 <groupId >com.github.clojure-lsp</groupId >
66 <artifactId >lsp4clj</artifactId >
7- <version >1.8.1 </version >
7+ <version >1.9.0 </version >
88 <name >lsp4clj</name >
99 <licenses >
1010 <license >
2222 <dependency >
2323 <groupId >funcool</groupId >
2424 <artifactId >promesa</artifactId >
25- <version >10.0.571 </version >
25+ <version >10.0.594 </version >
2626 </dependency >
2727 <dependency >
2828 <groupId >cheshire</groupId >
5858 <url >https://github.com/clojure-lsp/lsp4clj</url >
5959 <connection >scm:git:git://github.com/clojure-lsp/lsp4clj.git</connection >
6060 <developerConnection >scm:git:ssh://git@github.com/clojure-lsp/lsp4clj.git</developerConnection >
61- <tag >v1.8.1 </tag >
61+ <tag >v1.9.0 </tag >
6262 </scm >
6363</project >
Original file line number Diff line number Diff line change 1- 1.8.1
1+ 1.9.0
You can’t perform that action at this time.
0 commit comments