Skip to content

Commit

Permalink
Update Kotlin/KSP to 1.9.22 (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso authored Jan 1, 2024
1 parent f88f3e2 commit 34c48e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ 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.

Unreleased
========================================
- Compatible with KSP 1.0.16 and Kotlin 1.9.22


1.11.1 - 2023-12-21
========================================
- Fix compile errors #505 #496
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.4.0"
kotlin = "1.9.21"
kotlin = "1.9.22"
kotlinPoet = "1.15.1"
kspVersion = "1.9.21-1.0.15"
kspVersion = "1.9.22-1.0.16"
ktorfit = "1.11.1"
ktorfitGradlePlugin = "1.10.1"
ktorVersion = "2.3.6"
Expand Down

0 comments on commit 34c48e5

Please sign in to comment.