Skip to content

Commit ecd5ba0

Browse files
fix(deps): update dependency app.cash.turbine:turbine to v0.13.0
1 parent 4296691 commit ecd5ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ ext {
6060
retrofit : [group: 'com.squareup.retrofit2', name: 'retrofit', version: versions.retrofit],
6161
retrofit_gson : [group: 'com.squareup.retrofit2', name: 'converter-gson', version: versions.retrofit],
6262
steho : [group: 'com.facebook.stetho', name: 'stetho', version: '1.5.1'],
63-
turbine : [group: 'app.cash.turbine', name: 'turbine', version: '0.2.1']
63+
turbine : [group: 'app.cash.turbine', name: 'turbine', version: '0.13.0']
6464
]
6565

6666
}

0 commit comments

Comments
 (0)