Skip to content

Commit

Permalink
Merge pull request #4 from openspim/dev
Browse files Browse the repository at this point in the history
chore: upgrade Clojure version
  • Loading branch information
hkmoon authored Nov 28, 2024
2 parents 0215fdf + 705145b commit cd0c1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
<version>1.6.0</version>
<version>[1.9.0,)</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit cd0c1cd

Please sign in to comment.