Skip to content

Commit

Permalink
Update Ksp to 1.0.25 (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso authored Sep 6, 2024
1 parent 53b2325 commit 7512827
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ 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"
ktorfitResponseConverter = "2.1.0"
ktorfitGradle = "2.1.0"

ktorfitGradlePlugin = "2.0.1"
ktorfitGradlePlugin = "2.1.0"
ktorVersion = "2.3.12"
mockk = "1.13.12"
mockito-kotlin = "4.1.0"
Expand Down

0 comments on commit 7512827

Please sign in to comment.