Skip to content

Commit

Permalink
repl: update outdated library alias name in troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Jan 7, 2025
1 parent 5adb9c6 commit 482eb70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/clojure-cli/repl/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ clojure -Stree
Use the antq tool to check for a newer version of a dependency

```shell
clojure -T:project/outdated
clojure -T:search/outdated
```

> 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.
> 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 comments on commit 482eb70

Please sign in to comment.