Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Dec 29, 2023
1 parent a30dc7e commit ef3e9ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Changelog

*Also see [Tools and installer changelog](https://github.com/clojure/brew-install/blob/1.11.1/CHANGELOG.md)*

* next on Dec 28, 2023
* 0.18.1389 on Dec 28, 2023
* Update maven core deps, remove Guava dep
* 0.18.1385 on Dec 28, 2023
* TDEPS-238 - deps.edn files are now validated against specs
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@ Also see:

# Release Information

Latest release: 0.18.1374
Latest release: 0.18.1389

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

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

```
org.clojure/tools.deps {:mvn/version "0.18.1374"}
org.clojure/tools.deps {:mvn/version "00.18.1389"}
```

[Leiningen](https://github.com/technomancy/leiningen/) dependency information:

```
[org.clojure/tools.deps "0.18.1374"]
[org.clojure/tools.deps "0.18.1389"]
```

[Maven](https://maven.apache.org) dependency information:
Expand All @@ -53,7 +53,7 @@ org.clojure/tools.deps {:mvn/version "0.18.1374"}
<dependency>
<groupId>org.clojure</groupId>
<artifactId>tools.deps</artifactId>
<version>0.18.1374</version>
<version>0.18.1389</version>
</dependency>
```

Expand Down

0 comments on commit ef3e9ab

Please sign in to comment.