From 9b2c3e4337b619067bb0db5069f9b77825e26384 Mon Sep 17 00:00:00 2001 From: Olivier Picaud Date: Thu, 2 Nov 2023 20:50:17 +0100 Subject: [PATCH] fix: fix rules_pact version in MODULE.bazel --- MODULE.bazel | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 4e75648..564d472 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,7 @@ module( name="rules_pact", - version="" + version="1.1.3", + compatibility_level = 1, ) bazel_dep(name = "platforms", version = "0.0.7")