Skip to content

Commit

Permalink
update parent pom and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Feb 19, 2024
1 parent 1553824 commit a01fde0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; against: :1.6 :1.7 :1.8 :1.9 :master

{:paths ["src/main/clojure"]
:deps {org.clojure/core.cache {:mvn/version "1.0.225"}}
:deps {org.clojure/core.cache {:mvn/version "1.1.234"}}
:aliases {:1.8 {:override-deps {org.clojure/clojure {:mvn/version "1.8.0"}}}
:1.9 {:override-deps {org.clojure/clojure {:mvn/version "1.9.0"}}}
:1.10 {:override-deps {org.clojure/clojure {:mvn/version "1.10.3"}}}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>core.cache</artifactId>
<version>1.0.225</version>
<version>1.1.234</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit a01fde0

Please sign in to comment.