Skip to content

Commit

Permalink
fix: fix rules_pact version in MODULE.bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
opicaud committed Nov 2, 2023
1 parent fd7a569 commit 9b2c3e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module(
name="rules_pact",
version=""
version="1.1.3",
compatibility_level = 1,
)

bazel_dep(name = "platforms", version = "0.0.7")
Expand Down

0 comments on commit 9b2c3e4

Please sign in to comment.