diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 19a2fe8..d8a821b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ [versions] # --- Kotlin & build --- -kotlin = "2.4.0" # SKIE 0.10.13 ceiling — it rejects 2.4.10 outright; bump both together when SKIE releases support +kotlin = "2.4.10" # SKIE 0.10.13 ceiling — it rejects 2.4.10 outright; bump both together when SKIE releases support agp = "9.3.0" gradle = "9.5.1" javaVersion = "21"