Skip to content

Commit

Permalink
Update Ksp to 1.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Sep 6, 2024
1 parent 27afb9e commit 95200d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ But there is no intent to bump the Ktorfit major version for every KSP update.

# [2.1.0]()

* Supported Kotlin version: (min) 2.0.0
* Supported KSP version: (min) 1.0.24
* Supported Kotlin version: 2.0.0; 2.0.10; 2.0.20
* Supported KSP version: 1.0.24; 1.0.25
* Ktor version: 2.3.12

## Added
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.20"
kotlinPoet = "1.18.1"
kspVersion = "2.0.20-1.0.24"
kspVersion = "2.0.20-1.0.25"

groupId = "de.jensklingenberg.ktorfit"
ktorfit = "2.1.0"
ktorfitKsp = "2.1.0-1.0.24"
ktorfitKsp = "2.1.0-1.0.25"
ktorfitCompiler = "2.1.0-2.0.20"
ktorfitCallConverter = "2.1.0"
ktorfitFlowConverter = "2.1.0"
Expand Down

0 comments on commit 95200d6

Please sign in to comment.