Merge pull request #2983 from vector-im/dependabot/gradle/com.schibsted.spain-barista-3.9.0

Bump barista from 3.8.0 to 3.9.0
This commit is contained in:
Benoit Marty 2021-03-11 22:44:54 +01:00 committed by GitHub
commit b5fa61c8aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ dependencies {
// Plant Timber tree for test
androidTestImplementation 'net.lachlanmckee:timber-junit-rule:1.0.1'
// "The one who serves a great Espresso"
androidTestImplementation('com.schibsted.spain:barista:3.8.0') {
androidTestImplementation('com.schibsted.spain:barista:3.9.0') {
exclude group: 'org.jetbrains.kotlin'
}
}