Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
opicaud committed Jan 5, 2024
1 parent 23a8093 commit 6047706
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@ Bazel rules to test services interactions with [pacts][pactsws]

## MODULE.bazel
```starlark
bazel_dep(name = "rules_pact", version = "1.0.0")
archive_override(
module_name = "rules_pact",
urls = ["https://github.com/opicaud/rules_pact/archive/refs/tags/v1.0.0.tar.gz"],
strip_prefix = "rules_pact-1.0.0",
integrity = "sha256-GqWy8GzwY7RHhmt2lVRSQ2absC3Z5rnP698foezdfY8=",
)
bazel_dep(name = "rules_pact", version = "1.2.0")
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Bazel rules to test services interactions with [pacts][pactsws]
## MODULE.bazel
```starlark
bazel_dep(name = "rules_pact", version = "1.1.9")
bazel_dep(name = "rules_pact", version = "1.2.0")
```
## Usage
Expand Down

0 comments on commit 6047706

Please sign in to comment.