Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobiscaro2112 committed Aug 27, 2024
1 parent 7e42a13 commit 8269d9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[lein-nsorg "0.3.0"]
[changelog-check "0.1.0"]]

:dependencies [[org.clojure/clojure "1.11.3"]
:dependencies [[org.clojure/clojure "1.11.4"]
[com.taoensso/timbre "6.5.0"]
[funcool/cats "2.4.2"]
[nubank/matcher-combinators "3.9.1"]]
Expand All @@ -32,11 +32,11 @@

:profiles {:uberjar {:aot :all}
:dev {:source-paths ["dev"]
:dependencies [[ns-tracker "0.4.0"]
:dependencies [[ns-tracker "1.0.0"]
[org.clojure/tools.namespace "1.5.0"]
[midje "1.10.10"]
[org.clojure/java.classpath "1.1.0"]
[rewrite-clj "1.1.47"]]}}
[rewrite-clj "1.1.48"]]}}

:aliases {"coverage" ["cloverage" "-s" "coverage"]
"lint" ["do" ["cljfmt" "check"] ["nsorg"]]
Expand Down

0 comments on commit 8269d9b

Please sign in to comment.