Skip to content

Commit db24fb7

Browse files
Update Update other dependencies
1 parent 6a5ce39 commit db24fb7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ dependencies {
109109
debugImplementation "androidx.compose.ui:ui-test-manifest"
110110

111111
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"
112-
testImplementation "io.kotest:kotest-assertions-core-jvm:6.1.0"
112+
testImplementation "io.kotest:kotest-assertions-core-jvm:6.1.3"
113113
testImplementation 'app.cash.turbine:turbine:1.2.1'
114-
testImplementation 'org.junit.vintage:junit-vintage-engine:6.0.2'
114+
testImplementation 'org.junit.vintage:junit-vintage-engine:6.0.3'
115115
testImplementation "io.coil-kt.coil3:coil-test:$coil_version"
116116
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
id 'org.jetbrains.kotlin.android' version "$kotlinVersion" apply false
1010
id 'org.jetbrains.kotlin.plugin.compose' version "$kotlinVersion" apply false
1111
id 'org.jetbrains.kotlin.plugin.serialization' version "$kotlinVersion" apply false
12-
id 'app.cash.paparazzi' version '2.0.0-alpha02' apply false
12+
id 'app.cash.paparazzi' version '2.0.0-alpha04' apply false
1313
}
1414

1515
subprojects {

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)