From 3f977d1f08677a91f6dc329d3decc8b037f9a320 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 13:15:51 +0000 Subject: [PATCH] Update kotlin monorepo to v2 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3411ea35..3e880b6d 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:2.0.0") // Use the Kotlin reflect library. - compileOnly("org.jetbrains.kotlin:kotlin-reflect:1.7.22") + compileOnly("org.jetbrains.kotlin:kotlin-reflect:2.0.0") // Use the kotlin test library testImplementation("io.kotest:kotest-assertions-core:5.5.4")