aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorGautam Korlam <gkorlam@uber.com>2017-07-18 19:24:59 -0700
committerGautam Korlam <gkorlam@uber.com>2017-07-18 19:24:59 -0700
commit884da41f7d71601354a9669fb7b5b478d19784a0 (patch)
treedd4907f6a0bda39055a4e4d24b731b54025496a8 /utils
parentbacf3bdc8532fd84c4384405bcdf98500158d52a (diff)
downloadrobolectric-shadows-884da41f7d71601354a9669fb7b5b478d19784a0.tar.gz
Do not leak assertj into compile scope
Diffstat (limited to 'utils')
-rw-r--r--utils/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/build.gradle b/utils/build.gradle
index 80c58940a..08564eb27 100644
--- a/utils/build.gradle
+++ b/utils/build.gradle
@@ -12,6 +12,6 @@ dependencies {
// Testing dependencies
testCompile "junit:junit:4.12"
- compile "org.assertj:assertj-core:3.8.0"
+ testCompile "org.assertj:assertj-core:3.8.0"
testCompile "org.mockito:mockito-core:2.5.4"
} \ No newline at end of file