Skip to content

Commit

Permalink
update dep in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Nov 21, 2024
1 parent edf1122 commit 08195c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
===========

* next
* 0.11.77 on Nov 21, 2024
* TDEPS-268 - Return all procurer types from find-versions
* Update to latest tools.deps
* 0.11.72 on Sep 5, 2024
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Also see:

# Release Information

Latest release: 0.11.72
Latest release: 0.11.77

* [All released versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.deps.cli%22)

[deps.edn](https://clojure.org/guides/deps_and_cli) dependency information:

```
org.clojure/tools.deps.cli {:mvn/version "0.11.72"}
org.clojure/tools.deps.cli {:mvn/version "0.11.77"}
```

# Developer Information
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>tools.deps</artifactId>
<version>0.21.1445</version>
<version>0.21.1456</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 08195c8

Please sign in to comment.