Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
fix: update mockito dependency (#146)
Browse files Browse the repository at this point in the history
fix: update mockito dependency
  • Loading branch information
dmitry-fa committed May 27, 2020
1 parent 1af5bfc commit 4caf2ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Expand Up @@ -47,7 +47,6 @@ ext {

// Testing
junit: 'junit:junit:4.13',
mockito: 'org.mockito:mockito-core:1.10.19',
truth: 'com.google.truth:truth:1.0.1',
]
}
Expand All @@ -69,7 +68,6 @@ dependencies {
compileOnly libraries.error_prone_annotations

testCompile libraries.junit,
libraries.mockito,
libraries.truth
}

Expand Down

0 comments on commit 4caf2ca

Please sign in to comment.