From be36aea6b364c9f29fd668b86630a1a672b2c35d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 10:23:51 +0000 Subject: [PATCH] Update kotlin monorepo to v1.9.24 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3411ea35..9aa6d454 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,10 +28,10 @@ repositories { dependencies { // Use the Kotlin JDK 8 standard library. - compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.7.22") + compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.9.24") // Use the Kotlin reflect library. - compileOnly("org.jetbrains.kotlin:kotlin-reflect:1.7.22") + compileOnly("org.jetbrains.kotlin:kotlin-reflect:1.9.24") // Use the kotlin test library testImplementation("io.kotest:kotest-assertions-core:5.5.4")