From f09b149b5bf6834609dec1eb70789539c5e61896 Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Fri, 10 Feb 2023 14:59:33 +0100 Subject: Update Kotlin to 1.8.10 (#2797) --- .../projects/it-sequential-tasks-execution-stress/gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'integration-tests/gradle/projects/it-sequential-tasks-execution-stress/gradle.properties') diff --git a/integration-tests/gradle/projects/it-sequential-tasks-execution-stress/gradle.properties b/integration-tests/gradle/projects/it-sequential-tasks-execution-stress/gradle.properties index 5cc792c8..bf73b621 100644 --- a/integration-tests/gradle/projects/it-sequential-tasks-execution-stress/gradle.properties +++ b/integration-tests/gradle/projects/it-sequential-tasks-execution-stress/gradle.properties @@ -1,2 +1,2 @@ -dokka_it_kotlin_version=1.7.20 -task_number=100 \ No newline at end of file +dokka_it_kotlin_version=1.8.10 +task_number=100 -- cgit