From 99353936673f4cfa949389bce756a3ad7c9b57b3 Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Wed, 1 Oct 2025 12:18:17 +0000 Subject: [PATCH] build: update rules_angular fork The previous fork is no longer needed as the changes have been merged. --- MODULE.bazel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 890c1bc81145..0daa29877f7c 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -32,8 +32,8 @@ bazel_dep(name = "aspect_rules_jasmine", version = "2.0.0") bazel_dep(name = "rules_angular") git_override( module_name = "rules_angular", - commit = "ef03084730381448cf6cd6d1778b5a5c5f9e1958", - remote = "https://github.com/alan-agius4/rules_angular.git", + commit = "c3721b6ece2050a59a97562e3b95527a3092b03b", + remote = "https://github.com/devversion/rules_angular.git", ) bazel_dep(name = "devinfra")