From 8065a0d974420898fe6142fa792d6dab50f8b1d5 Mon Sep 17 00:00:00 2001 From: Vadim Mishenev Date: Mon, 4 Sep 2023 16:49:30 +0300 Subject: Update Kotlin to 1.9.10 (#3158) --- integration-tests/gradle/projects/it-wasm-basic/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integration-tests/gradle/projects/it-wasm-basic/gradle.properties') diff --git a/integration-tests/gradle/projects/it-wasm-basic/gradle.properties b/integration-tests/gradle/projects/it-wasm-basic/gradle.properties index 5aca2924..1e2686ef 100644 --- a/integration-tests/gradle/projects/it-wasm-basic/gradle.properties +++ b/integration-tests/gradle/projects/it-wasm-basic/gradle.properties @@ -2,4 +2,4 @@ # Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. # -dokka_it_kotlin_version=1.9.0 +dokka_it_kotlin_version=1.9.10 -- cgit