From 415e21899fe3b2b340163f78c9c816ff3e3a0f1c Mon Sep 17 00:00:00 2001 From: Andrey Babanin Date: Tue, 2 Dec 2025 12:42:07 +0100 Subject: [PATCH] Add score_baselibs module to modules.json This will enable automatic module updates in the registry. Signed-off-by: Andrey Babanin --- scripts/modules.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/modules.json b/scripts/modules.json index fb4c954..9da866f 100644 --- a/scripts/modules.json +++ b/scripts/modules.json @@ -46,5 +46,9 @@ { "module_name": "score_feo", "module_url": "https://github.com/eclipse-score/feo" + }, + { + "module_name": "score_baselibs", + "module_url": "https://github.com/eclipse-score/baselibs" } ]