Skip to content

Commit

Permalink
update clojure dep to 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Feb 6, 2024
1 parent d1c84e7 commit 599179e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
From 1.0.1 to 1.1.0
===

* Updated Clojure dep to 1.10.3

From 1.0.0 to 1.0.1
===

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</developers>

<properties>
<clojure.version>1.5.1</clojure.version>
<clojure.version>1.10.3</clojure.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:test-paths ["src/test/clojure"]
:source-paths ["src/main/clojure"]

:dependencies [[org.clojure/clojure "1.6.0"]
:dependencies [[org.clojure/clojure "1.10.3"]
[org.clojure/clojurescript "0.0-2496" :scope "provided"]]

:plugins [[lein-cljsbuild "1.0.4-SNAPSHOT"]
Expand Down

0 comments on commit 599179e

Please sign in to comment.