Skip to content

Commit 814aff1

Browse files
Update direct integration docs
1 parent 5d4bf34 commit 814aff1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,6 @@ Add the following to your `WORKSPACE` file to add the external repositories, rep
175175
sha256 = "UPDATE_ME",
176176
)
177177

178-
load("@bazel_diff//:repositories.bzl", "bazel_diff_dependencies")
179-
load("@bazel_diff//:constants.bzl", "bazel_diff_dependencies")
180-
181178
http_archive(
182179
name = "bazel_skylib",
183180
urls = [
@@ -193,12 +190,12 @@ Add the following to your `WORKSPACE` file to add the external repositories, rep
193190
load("@bazel_skylib//lib:versions.bzl", "versions")
194191

195192
load("@bazel_diff//:repositories.bzl", "bazel_diff_dependencies")
193+
load("@bazel_diff//:constants.bzl", "BAZEL_DIFF_MAVEN_ARTIFACTS")
196194

197195
# Allows bazel-diff to run based on your projects' version of Bazel
198196
bazel_diff_dependencies(versions.get())
199197

200198
load("@rules_jvm_external//:defs.bzl", "maven_install")
201-
load("@bazel_diff//:constants.bzl", "BAZEL_DIFF_MAVEN_ARTIFACTS")
202199

203200
maven_install(
204201
name = "bazel_diff_maven",

0 commit comments

Comments
 (0)