Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Jan 23, 2024
1 parent 5d18775 commit 2f4d299
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Changelog

* next
* install-latest - TDEPS-253 - add :coord option for things like non-autoresolved git urls
* Update to tools.deps 0.18.1398 and slf4j-nop that matches
* v0.3.2 886f893 on Oct 9, 2023
* install-latest - don't fail install if replacing tool with different lib
* v0.3.1 859a615 on May 31, 2023
Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

:deps
{
org.clojure/tools.deps {:mvn/version "0.18.1349"} ;; {:local/root "../tools.deps"}
org.clojure/tools.deps {:mvn/version "0.18.1398"} ;; {:local/root "../tools.deps"}
org.clojure/tools.gitlibs {:mvn/version "2.5.197"}
org.slf4j/slf4j-nop {:mvn/version "1.7.32"}
org.slf4j/slf4j-nop {:mvn/version "1.7.36"}
}

:tools/usage
Expand Down

0 comments on commit 2f4d299

Please sign in to comment.