Skip to content

Commit

Permalink
Update to Ktor 2.3.12 (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso authored Aug 6, 2024
1 parent 0b407d0 commit 84591bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Unreleased
### Fixed
- #594 Endpoint with types from other module
- #591 Ktorfit plugin doesn't include correct generate source if build directory changes #591
- Build with Ktor 2.3.12

ktorfit-ksp-2.0.0-1.0.23 - 2024-07-14
========================================
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ detekt = "1.23.6"
junit = "4.13.2"
kctfork = "0.4.1"
kotlin = "2.0.0"
kotlinPoet = "1.17.0"
kotlinPoet = "1.18.1"
kspVersion = "2.0.0-1.0.24"

groupId = "de.jensklingenberg.ktorfit"
Expand All @@ -20,7 +20,7 @@ ktorfitResponseConverter = "2.0.0"
ktorfitGradle = "2.0.0"

ktorfitGradlePlugin = "2.0.0"
ktorVersion = "2.3.11"
ktorVersion = "2.3.12"
mockk = "1.13.11"
mockito-kotlin = "4.1.0"
gradleMavenPublishPlugin = "0.28.0"
Expand Down

0 comments on commit 84591bd

Please sign in to comment.