We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9286be commit 79221bbCopy full SHA for 79221bb
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
<groupId>org.sonarsource.sonarlint.ls</groupId>
11
<artifactId>sonarlint-language-server</artifactId>
12
- <version>4.4-SNAPSHOT</version>
+ <version>4.3.1-SNAPSHOT</version>
13
<packaging>jar</packaging>
14
<name>SonarLint Language Server</name>
15
<description>SonarLint Language Server</description>
@@ -24,7 +24,7 @@
24
25
<properties>
26
<jdk.min.version>17</jdk.min.version>
27
- <sonarlint.core.version>10.34.0.83431</sonarlint.core.version>
+ <sonarlint.core.version>10.34.1.83453</sonarlint.core.version>
28
<slf4j.version>2.0.17</slf4j.version>
29
<!-- Version used by Xodus -->
30
<kotlin.version>1.6.10</kotlin.version>
0 commit comments