diff --git a/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/native/NativeExternalDependenciesIT.kt b/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/native/NativeExternalDependenciesIT.kt index aece909f350..c8d6f52e665 100644 --- a/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/native/NativeExternalDependenciesIT.kt +++ b/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/native/NativeExternalDependenciesIT.kt @@ -37,7 +37,7 @@ internal class NativeExternalDependenciesIT : KGPBaseTest() { } } - @DisplayName("Should build with ktor 1.5.4 and coroutines 1.5.0-RC-native-mt") + @DisplayName("Should build with ktor 2.3.3 and coroutines 1.7.2") @GradleTest fun shouldUseOldKtorAndCoroutinesExternalDependencies(gradleVersion: GradleVersion) {