From 805db9bdeae25b16437f7f0f99de47e898180881 Mon Sep 17 00:00:00 2001 From: ArthurSonzogni Date: Thu, 1 May 2025 11:53:18 +0200 Subject: [PATCH] Set Bazel compatibility level --- .bcr/presubmit.yml | 3 --- MODULE.bazel | 6 +----- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 658def63..632e975d 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -1,6 +1,3 @@ -# Copyright 2025 Arthur Sonzogni. All rights reserved. -# Use of this source code is governed by the MIT license that can be found in -# the LICENSE file. matrix: platform: - centos7 diff --git a/MODULE.bazel b/MODULE.bazel index 4957fbd2..e625075b 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,9 +1,5 @@ -# Copyright 2025 Arthur Sonzogni. All rights reserved. -# Use of this source code is governed by the MIT license that can be found in -# the LICENSE file. - # FTXUI Module. -module(name = "ftxui", version = "6.1.8") +module(name = "ftxui", version = "6.1.8", compatibility_level = 6) # Build deps. bazel_dep(name = "rules_cc", version = "0.1.1")