diff --git a/build-logic/settings.gradle.kts b/build-logic/settings.gradle.kts index 2c7dfa00c2..b6d0f9311a 100644 --- a/build-logic/settings.gradle.kts +++ b/build-logic/settings.gradle.kts @@ -1,6 +1,6 @@ plugins { // Hardcoded as this is upstream of the version catalog. Keep this in sync with that. - kotlin("jvm") version "2.0.21" apply false + kotlin("jvm") version "2.2.0" apply false } dependencyResolutionManagement { diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4afa9c32e8..a2d260d4ca 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -58,7 +58,7 @@ kgx = "0.1.12" kotest = "5.1.0" # Keep this in sync with what is hard-coded in build-logic/settings.gradle.kts as that is upstream # of loading the library versions from this file but should be the same. -kotlin = "2.0.21" +kotlin = "2.2.0" kotlinx-binary-compatibility = "0.17.0" kotlinx-coroutines = "1.7.3"