Skip to content

Commit

Permalink
fix(deps): update dependency androidx.arch.core:core-testing to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 23, 2023
1 parent 57ceeee commit 5abe46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ koin-test = { module = "org.koin:koin-test", version.ref = "koin" }
espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espresso" }

androidx-junit = { module = "androidx.test.ext:junit", version = "1.1.3" }
androidx-coretesting = { module = "androidx.arch.core:core-testing", version = "2.1.0" }
androidx-coretesting = { module = "androidx.arch.core:core-testing", version = "2.2.0" }
mockk = { module = "io.mockk:mockk", version = "1.12.4" }

coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
Expand Down

0 comments on commit 5abe46f

Please sign in to comment.