Skip to content

Commit c900793

Browse files
committed
Align pom deps with deps.edn
1 parent 1c6782a commit c900793

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tools.deps.graph uses [Graphviz](https://www.graphviz.org/) to generate images.
1414
Install tools.deps.graph as a Clojure CLI tool so it's available in any project:
1515

1616
```
17-
clj -Ttools install io.github.clojure/tools.deps.graph '{:git/tag "v1.1.76"}' :as graph
17+
clj -Ttools install io.github.clojure/tools.deps.graph '{:git/tag "v1.1.84"}' :as graph
1818
```
1919

2020
To run the tool in your current project:

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
</dependency>
3232
<dependency>
3333
<groupId>org.clojure</groupId>
34-
<artifactId>tools.deps.alpha</artifactId>
35-
<version>0.12.1090</version>
34+
<artifactId>tools.deps</artifactId>
35+
<version>0.16.1264</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.clojure</groupId>
3939
<artifactId>tools.cli</artifactId>
40-
<version>1.0.206</version>
40+
<version>1.0.214</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>dorothy</groupId>

0 commit comments

Comments
 (0)