From 36167bfc19475425416316ede28e72db4d683db1 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Wed, 22 Apr 2020 09:08:21 -0700 Subject: [PATCH] feat: add truth as a managed test scope dependency (#19) --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 1477878b..ebd3ed06 100644 --- a/pom.xml +++ b/pom.xml @@ -73,6 +73,7 @@ 3.0.2 1.7 4.13 + 1.0.1 @@ -238,6 +239,12 @@ testlib test + + com.google.truth + truth + ${truth.version} + test +