aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/BUILD
diff options
context:
space:
mode:
authorGravatar Philipp Wollermann <philwo@google.com>2018-07-25 11:43:50 +0200
committerGravatar Philipp Wollermann <philwo@google.com>2018-07-25 11:43:50 +0200
commit65a5e0932f41a18283c120b40715f94caefbf493 (patch)
treebbd7116dd0f7e502100faa8e3753906e959408a2 /third_party/BUILD
parentdbc4f1f1840d88c05c189babef386eb2b583808f (diff)
Revert "Update truth dependency to 0.42"
Truth 0.42 adds a dependency on com.googlecode.java-diff-utils, which we currently don't have in Bazel. We have to discuss first, whether we actually want to add that library, too. This reverts commit 59b044c123b08c89c1c86532deec0500fb93db9b.
Diffstat (limited to 'third_party/BUILD')
-rw-r--r--third_party/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/BUILD b/third_party/BUILD
index 34dbb6f947..d7118253c6 100644
--- a/third_party/BUILD
+++ b/third_party/BUILD
@@ -584,7 +584,7 @@ java_import(
java_import(
name = "truth",
- jars = ["truth/truth-0.42.jar"],
+ jars = ["truth/truth-0.36.jar"],
)
java_import(