Skip to content

Commit

Permalink
update clojure
Browse files Browse the repository at this point in the history
  • Loading branch information
haifengl committed Dec 15, 2022
1 parent f9b36c4 commit b50b814
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions clojure/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
:url "https://github.com/haifengl/smile"}
:license {:name "GNU General Public License, Version 3"
:url "https://opensource.org/licenses/GPL-3.0"}
:dependencies [[org.clojure/clojure "1.10.1"]
[com.github.haifengl/smile-core "3.0.0"]
[com.github.haifengl/smile-io "3.0.0"]]
:plugins [[lein-codox "0.10.7"]]
:dependencies [[org.clojure/clojure "1.11.1"]
[com.github.haifengl/smile-core "3.0.0"]]
:plugins [[lein-codox "0.10.8"]]
:codox {:doc-files ["README.md"]
:output-path "../doc/api/clojure"}
:jvm-opts ["-XX:MaxRAMPercentage=75.0"
Expand Down

0 comments on commit b50b814

Please sign in to comment.