diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 35e6a2e4..6260356a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -8,7 +8,7 @@ Note: This project needs KSP to work and every new Ktorfit with an update of the But there is no intent to bump the Ktorfit major version for every KSP update. # [2.2.0]() -* Supported Kotlin version: 2.0.0; 2.0.10; 2.0.20, 2.1.0-Beta1; 2.0.21-RC, 2.0.21, 2.1.0-RC, 2.1.0-RC2, 2.1.0 +* Supported Kotlin version: 2.0.0; 2.0.10; 2.0.20, 2.1.0-Beta1; 2.0.21-RC, 2.0.21, 2.1.0-RC, 2.1.0-RC2, 2.1.0, 2.1.10 * Supported KSP version: 1.0.27, 1.0.28, 1.0.29 * Ktor version: 3.0.1 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index bf48b8d5..9e3074d2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,12 +8,12 @@ junit = "4.13.2" kctfork = "0.7.0" kotlin = "2.1.10" kotlinPoet = "1.18.1" -kspVersion = "2.1.10-RC2-1.0.29" +kspVersion = "2.1.10-1.0.29" groupId = "de.jensklingenberg.ktorfit" ktorfit = "2.2.0" ktorfitKsp = "2.2.0-1.0.29" -ktorfitCompiler = "2.1.0-2.0.21" +ktorfitCompiler = "2.1.0-2.1.10" ktorfitCallConverter = "2.2.0" ktorfitFlowConverter = "2.2.0" ktorfitResponseConverter = "2.2.0"