File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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
1515subprojects {
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments