Merge pull request #2533 from nightscout/dependabot/gradle/dev/coroutines_version-1.7.0

chore(deps): bump coroutines_version from 1.6.4 to 1.7.0
This commit is contained in:
Milos Kozak 2023-05-10 08:57:47 +02:00 committed by GitHub
commit e22a4f681e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ buildscript {
room_version = '2.5.1'
lifecycle_version = '2.6.1'
dagger_version = '2.45'
coroutines_version = '1.6.4'
coroutines_version = '1.7.0'
activity_version = '1.7.1'
fragmentktx_version = '1.5.7'
ormLite_version = '4.46'