Skip to content

Commit 482eb70

Browse files
repl: update outdated library alias name in troubleshooting
1 parent 5adb9c6 commit 482eb70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/clojure-cli/repl/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ clojure -Stree
7575
Use the antq tool to check for a newer version of a dependency
7676

7777
```shell
78-
clojure -T:project/outdated
78+
clojure -T:search/outdated
7979
```
8080

81-
> If libraries are likely to become unavailable (i.e. old versions) then consider creating a local repository service with Artefactory or Nexus, which can share library depenencies between development teams of an organisation.
81+
> If libraries are likely to become unavailable (i.e. old versions) then consider creating a local repository service with Artefactory or Nexus, which can share library dependencies between development teams of an organisation.

0 commit comments

Comments
 (0)