Skip to content

Commit

Permalink
Update to KSP 1.0.28 (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso authored Nov 18, 2024
2 parents 5bbf4f4 + 64b259a commit c1f403e
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 @@ -9,7 +9,7 @@ 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
* Supported KSP version: 1.0.27
* Supported KSP version: 1.0.27, 1.0.28
* Ktor version: 3.0.1

## Changed
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,11 +8,11 @@ junit = "4.13.2"
kctfork = "0.5.1"
kotlin = "2.0.21"
kotlinPoet = "1.18.1"
kspVersion = "2.0.21-1.0.27"
kspVersion = "2.0.21-1.0.28"

groupId = "de.jensklingenberg.ktorfit"
ktorfit = "2.2.0"
ktorfitKsp = "2.2.0-1.0.27"
ktorfitKsp = "2.2.0-1.0.28"
ktorfitCompiler = "2.1.0-2.0.21"
ktorfitCallConverter = "2.2.0"
ktorfitFlowConverter = "2.2.0"
Expand Down

0 comments on commit c1f403e

Please sign in to comment.