Skip to content

Commit

Permalink
build: bump clojure (1.11.2), charred (1.034), commons-compress (1.26…
Browse files Browse the repository at this point in the history
….1) (#29)
  • Loading branch information
edporras authored Mar 14, 2024
1 parent 23f9ddc commit 3041e6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
:url "https://github.com/oscaro/tools-io"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.11.1"]
:dependencies [[org.clojure/clojure "1.11.2"]
[clj-commons/clj-yaml "1.0.27"]
[com.cnuernber/charred "1.033"]
[org.apache.commons/commons-compress "1.25.0"]]
[com.cnuernber/charred "1.034"]
[org.apache.commons/commons-compress "1.26.1"]]
;; https://www.blog.nodrama.io/travis-continuous-delivery/
;; https://github.com/technomancy/leiningen/issues/2307#issuecomment-610538144
:deploy-repositories [["snapshots" {:url "https://repo.clojars.org"
Expand All @@ -29,5 +29,5 @@
:profiles {:dev {:global-vars {*warn-on-reflection* true}
:source-paths ["dev"]
:resource-paths ["test/resources"]
:dependencies [[org.clojure/tools.namespace "1.4.4"]]}}
:dependencies [[org.clojure/tools.namespace "1.5.0"]]}}
:repl-options {:init-ns user})

0 comments on commit 3041e6c

Please sign in to comment.