From 1c2eab39d2c82f0d6a213192ad1bb4dd32baff18 Mon Sep 17 00:00:00 2001 From: Sebastian Sellmair Date: Fri, 11 Aug 2023 16:58:21 +0200 Subject: [PATCH] [Gradle][Minor]: Update comment on 'shouldUseOldKtorAndCoroutinesExternalDependencies' KT-60901 --- .../kotlin/gradle/native/NativeExternalDependenciesIT.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {