File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## v2.0.0
6+
57- Move most logic to jsonrpc4clj library.
68
79## v1.13.1
Original file line number Diff line number Diff line change 11# Generated by org.clojure/tools.build
2- # Mon Apr 28 18:42:35 BRT 2025
3- version =1.13.1
2+ # Tue Sep 16 11:30:07 BRT 2025
3+ version =2.0.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.13.1 </version >
7+ <version >2.0.0 </version >
88 <name >lsp4clj</name >
99 <licenses >
1010 <license >
1919 <artifactId >clojure</artifactId >
2020 <version >1.11.1</version >
2121 </dependency >
22+ <dependency >
23+ <groupId >com.github.clojure-lsp</groupId >
24+ <artifactId >jsonrpc4clj</artifactId >
25+ <version >1.0.1</version >
26+ </dependency >
2227 <dependency >
2328 <groupId >funcool</groupId >
2429 <artifactId >promesa</artifactId >
5863 <url >https://github.com/clojure-lsp/lsp4clj</url >
5964 <connection >scm:git:git://github.com/clojure-lsp/lsp4clj.git</connection >
6065 <developerConnection >scm:git:ssh://git@github.com/clojure-lsp/lsp4clj.git</developerConnection >
61- <tag >v1.13.1 </tag >
66+ <tag >v2.0.0 </tag >
6267 </scm >
6368</project >
Original file line number Diff line number Diff line change 1- 1.13.1
1+ 2.0.0
You can’t perform that action at this time.
0 commit comments