Merge pull request #159 from vector-im/renovate/com.google.testparameterinjector

Update dependency com.google.testparameterinjector:test-parameter-injector to v1.10
This commit is contained in:
Benoit Marty 2023-03-08 15:38:17 +01:00 committed by GitHub
commit 7e52aa4d19
284 changed files with 16 additions and 7 deletions

View file

@ -106,7 +106,7 @@ test_hamcrest = "org.hamcrest:hamcrest:2.2"
test_orchestrator = "androidx.test:orchestrator:1.4.2"
test_turbine = "app.cash.turbine:turbine:0.12.1"
test_truth = "com.google.truth:truth:1.1.3"
test_parameter_injector = "com.google.testparameterinjector:test-parameter-injector:1.8"
test_parameter_injector = "com.google.testparameterinjector:test-parameter-injector:1.10"
# Others
coil = { module = "io.coil-kt:coil", version.ref = "coil" }