1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-19 21:39:08 -05:00

Bump coroutines from 1.8.0 to 1.8.1 (#2560)

This commit is contained in:
dependabot[bot] 2024-05-17 20:21:52 +00:00 committed by GitHub
parent 1a41e9e3ee
commit f69816fbac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -187,7 +187,7 @@ ext {
room = "2.6.1" room = "2.6.1"
chucker = "4.0.0" chucker = "4.0.0"
mockk = "1.13.10" mockk = "1.13.10"
coroutines = "1.8.0" coroutines = "1.8.1"
} }
dependencies { dependencies {