Skip to content

Commit

Permalink
chore: bump clojure
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronsa committed Oct 18, 2024
1 parent 89b0f92 commit 493ec7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</parent>

<properties>
<clojure.version>1.9.0</clojure.version>
<clojure.version>1.12.0</clojure.version>
</properties>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:url "http://www.eclipse.org/legal/epl-v10.html"}
:source-paths ["src/main/clojure"]
:test-paths ["src/test/clojure"]
:dependencies [[org.clojure/clojure "1.9.0"]
:dependencies [[org.clojure/clojure "1.12.0"]
[org.clojure/core.memoize "1.1.266"]
[org.clojure/tools.reader "1.5.0"]
[org.clojure/tools.analyzer "1.2.0"]
Expand Down

0 comments on commit 493ec7c

Please sign in to comment.