Skip to content

Commit

Permalink
⬆️ Update testing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxr1998 committed Jun 11, 2022
1 parent 19c09fb commit df7c22f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ google-material = "1.4.0"
androidx-lifecycle = "2.4.0"

# Testing
junit = "5.8.1"
kotest = "4.6.3"
mockk = "1.12.0"
junit = "5.8.2"
kotest = "5.3.0"
mockk = "1.12.4"

# Debug
leakcanary = "2.7"
leakcanary = "2.9.1"

[plugins]
android-library = { id = "com.android.library", version.ref = "android-plugin" }
Expand Down

0 comments on commit df7c22f

Please sign in to comment.