Skip to content

Commit

Permalink
fix(deps): update dependency app.cash.turbine:turbine to v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 28, 2023
1 parent 4296691 commit ecd5ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ext {
retrofit : [group: 'com.squareup.retrofit2', name: 'retrofit', version: versions.retrofit],
retrofit_gson : [group: 'com.squareup.retrofit2', name: 'converter-gson', version: versions.retrofit],
steho : [group: 'com.facebook.stetho', name: 'stetho', version: '1.5.1'],
turbine : [group: 'app.cash.turbine', name: 'turbine', version: '0.2.1']
turbine : [group: 'app.cash.turbine', name: 'turbine', version: '0.13.0']
]

}
Expand Down

0 comments on commit ecd5ba0

Please sign in to comment.