Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
- Update GH Actions `checkout` to v5
- Update GH Actions `setup-jdk` to to v5
- Bump Gradle to v9.1.0
- Bump Mockito Kotlin to v6.0.0
- Bump Mockito Kotlin to v6.1.0
- Add helper function `diagnosedAt` to update the htn and dm diagnosed at fields in medical history
- Bump asm to v9.9
- Bump AGP to v8.13.2
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ lottie = "com.airbnb.android:lottie-compose:6.6.9"

material = "com.google.android.material:material:1.13.0"

mockito-kotlin = "org.mockito.kotlin:mockito-kotlin:6.0.0"
mockito-kotlin = "org.mockito.kotlin:mockito-kotlin:6.1.0"

mobius-android = { module = "com.spotify.mobius:mobius-android", version.ref = "mobius" }
mobius-core = { module = "com.spotify.mobius:mobius-core", version.ref = "mobius" }
Expand Down
Loading