Skip to content

Commit 0a11eb9

Browse files
Update dependency io.ktor:ktor-utils to v3.4.0 (#389)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fb4334c commit 0a11eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ kotlin {
3939
commonTest {
4040
dependencies {
4141
implementation(libs.kotlin.test)
42-
implementation("io.ktor:ktor-utils:3.3.3") { because("For PlatformUtils use") }
42+
implementation("io.ktor:ktor-utils:3.4.0") { because("For PlatformUtils use") }
4343
}
4444
}
4545
}

0 commit comments

Comments
 (0)