Skip to content

Commit 34fe65d

Browse files
committed
Update pom
1 parent 5860810 commit 34fe65d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated by org.clojure/tools.build
2-
# Sat Jul 01 14:29:50 BRT 2023
3-
version=1.8.0
2+
# Sat Aug 05 20:48:56 BRT 2023
3+
version=1.8.1
44
groupId=com.github.clojure-lsp
55
artifactId=lsp4clj

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<packaging>jar</packaging>
55
<groupId>com.github.clojure-lsp</groupId>
66
<artifactId>lsp4clj</artifactId>
7-
<version>1.8.0</version>
7+
<version>1.8.1</version>
88
<name>lsp4clj</name>
99
<licenses>
1010
<license>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>funcool</groupId>
2424
<artifactId>promesa</artifactId>
25-
<version>8.0.450</version>
25+
<version>10.0.571</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>cheshire</groupId>
@@ -58,6 +58,6 @@
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://[email protected]/clojure-lsp/lsp4clj.git</developerConnection>
61-
<tag>v1.8.0</tag>
61+
<tag>v1.8.1</tag>
6262
</scm>
6363
</project>

0 commit comments

Comments
 (0)