File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ dependencies {
111111 testImplementation " io.kotest:kotest-runner-junit5-jvm:$kotest "
112112 testImplementation " io.kotest:kotest-assertions-core-jvm:$kotest "
113113 testImplementation ' app.cash.turbine:turbine:1.2.1'
114- testImplementation ' org.junit.vintage:junit-vintage-engine:5.13.1 '
114+ testImplementation ' org.junit.vintage:junit-vintage-engine:5.13.2 '
115115 testImplementation " io.coil-kt:coil-test:$coil_version "
116116
117117 androidTestImplementation ' androidx.test.ext:junit:1.2.1'
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 }
66}
77plugins {
8- id ' com.android.application' version ' 8.10.1 ' apply false
8+ id ' com.android.application' version ' 8.11.0 ' apply false
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
You can’t perform that action at this time.
0 commit comments