Skip to content

Commit

Permalink
Kotlin 2.1.10 (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso authored Jan 29, 2025
2 parents 7b4f0e0 + 4ab9be4 commit 218117d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 218117d

Please sign in to comment.