Skip to content

Commit

Permalink
Release: 2021.10.20-13.04.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdallo committed Oct 20, 2021
1 parent 773dd8d commit 07ba538
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,8 @@
# Changelog

## Unreleased

## 2021.10.20-13.04.11

- General
- Improve intialization feedback report messages.
Expand Down
27 changes: 16 additions & 11 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<packaging>jar</packaging>
<groupId>com.github.clojure-lsp</groupId>
<artifactId>clojure-lsp</artifactId>
<version>2021.09.30-15.28.01</version>
<version>2021.10.20-13.04.11</version>
<name>clojure-lsp</name>
<dependencies>
<dependency>
Expand Down Expand Up @@ -42,6 +42,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.clojars.huahaiy</groupId>
<artifactId>datalevin-native</artifactId>
<version>0.5.25</version>
</dependency>
<dependency>
<groupId>cljfmt</groupId>
<artifactId>cljfmt</artifactId>
Expand All @@ -60,7 +65,7 @@
<dependency>
<groupId>rewrite-clj</groupId>
<artifactId>rewrite-clj</artifactId>
<version>1.0.644-alpha</version>
<version>1.0.699-alpha</version>
</dependency>
<dependency>
<groupId>org.eclipse.xtend</groupId>
Expand All @@ -76,23 +81,23 @@
<dependency>
<groupId>clj-kondo</groupId>
<artifactId>clj-kondo</artifactId>
<version>2021.09.25</version>
<version>2021.10.19</version>
</dependency>
<dependency>
<groupId>com.googlecode.java-diff-utils</groupId>
<artifactId>diffutils</artifactId>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>seancorfield</groupId>
<artifactId>next.jdbc</artifactId>
<version>1.2.659</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>30.1.1-jre</version>
</dependency>
<dependency>
<groupId>datalevin</groupId>
<artifactId>datalevin</artifactId>
<version>0.5.25</version>
</dependency>
<dependency>
<groupId>borkdude</groupId>
<artifactId>dynaload</artifactId>
Expand Down Expand Up @@ -120,9 +125,9 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.36.0.3</version>
<groupId>org.clojure</groupId>
<artifactId>java.data</artifactId>
<version>1.0.92</version>
</dependency>
<dependency>
<groupId>medley</groupId>
Expand Down
2 changes: 1 addition & 1 deletion resources/CLOJURE_LSP_VERSION
@@ -1 +1 @@
2021.09.30-15.28.01
2021.10.20-13.04.11

0 comments on commit 07ba538

Please sign in to comment.