From 5a8d8c1c63aa99a607aa73710d8bb23794febb97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFck=20Piera?= Date: Tue, 2 Apr 2024 18:12:20 +0200 Subject: [PATCH] Fix remote import documentation --- doc/going-further/extending-castor/remote-imports.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/going-further/extending-castor/remote-imports.md b/doc/going-further/extending-castor/remote-imports.md index fd835fbd..1068bd7e 100644 --- a/doc/going-further/extending-castor/remote-imports.md +++ b/doc/going-further/extending-castor/remote-imports.md @@ -132,6 +132,7 @@ automatically update the packages once a new version of your dependency is available. To update your dependencies, you will either need to: + - change the required version yourself (thus every one using your Castor project will profit of the update once they run your project); - force the update on your side only by either using the `--update-remotes`