From 65a5e0932f41a18283c120b40715f94caefbf493 Mon Sep 17 00:00:00 2001 From: Philipp Wollermann Date: Wed, 25 Jul 2018 11:43:50 +0200 Subject: 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. --- third_party/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/BUILD') 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( -- cgit v1.2.3