Skip to content

Commit

Permalink
Update dependency app.cash.turbine:turbine to v1.1.0 (#322)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 20, 2024
1 parent 25c16b4 commit 8ab0efa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ dependencies {
def coil_version = "2.6.0"
implementation "io.coil-kt:coil-compose:$coil_version"

def retrofit = "2.9.0"
def retrofit = "2.10.0"
def okhttp = "4.12.0"
implementation "com.squareup.retrofit2:retrofit:$retrofit"
implementation "com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0"
Expand All @@ -117,10 +117,10 @@ dependencies {

debugImplementation "androidx.compose.ui:ui-test-manifest:$compose"

def kotest = "5.8.0"
def kotest = "5.8.1"
testImplementation "io.kotest:kotest-runner-junit5-jvm:$kotest"
testImplementation "io.kotest:kotest-assertions-core-jvm:$kotest"
testImplementation 'app.cash.turbine:turbine:1.0.0'
testImplementation 'app.cash.turbine:turbine:1.1.0'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.2'
testImplementation "io.coil-kt:coil-test:$coil_version"

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}
}
plugins {
id 'com.android.application' version '8.3.0' apply false
id 'com.android.application' version '8.3.1' apply false
id 'org.jetbrains.kotlin.android' version "$kotlinVersion" apply false
id 'org.jetbrains.kotlin.plugin.serialization' version "$kotlinVersion" apply false
id 'app.cash.paparazzi' version '1.3.3' apply false
Expand Down

0 comments on commit 8ab0efa

Please sign in to comment.