Skip to content

Commit

Permalink
Update to Ksp 1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso authored Nov 29, 2023
1 parent 2a9b7b7 commit fd9affe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project orients towards [Semantic Versioning](http://semver.org/spec/v2
Note: This project needs KSP to work and every new Ktorfit with an update of the KSP version is technically a breaking change.
But there is no intent to bump the Ktorfit major version for every KSP update.

1.11.0 - Unreleased
========================================
Compatible with KSP 1.0.15 and Kotlin 1.9.21


### Changed
- KSP 1.0.15 required
- Upgrade dependencies: Ktor 2.3.6

1.10.2 - 2023-11-29
========================================
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ coroutines = "1.7.3"
detekt = "1.23.1"
junit = "4.13.2"
kctfork = "0.3.2"
kotlin = "1.9.20"
kotlin = "1.9.21"
kotlinPoet = "1.15.1"
kspVersion = "1.9.20-1.0.14"
kspVersion = "1.9.21-1.0.15"
ktorfit = "1.10.2"
ktorfitGradlePlugin = "1.10.1"
ktorVersion = "2.3.6"
Expand Down

0 comments on commit fd9affe

Please sign in to comment.