Skip to content

Commit

Permalink
add clojure version in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
tamizhvendan committed Dec 26, 2022
1 parent 3b4fe26 commit 991792a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
</scm>

<dependencies>
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
<version>1.11.1</version>
</dependency>
<dependency>
<groupId>org.clojure</groupId>
<artifactId>data.json</artifactId>
Expand Down

0 comments on commit 991792a

Please sign in to comment.