Skip to content

Commit

Permalink
Update KSP and Ktor
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Apr 14, 2024
1 parent 3f26964 commit 20b5ccc
Show file tree
Hide file tree
Showing 3 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 @@ -7,9 +7,9 @@ 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.13.0 - 2024-03-18
1.13.0 - 2024-04-14
========================================
- Build with KSP 1.0.19, Kotlin 1.9.23, Ktor 2.3.9
- Build with KSP 1.0.20, Kotlin 1.9.23, Ktor 2.3.10

1.12.0 - 2024-01-16
========================================
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,10 +8,10 @@ junit = "4.13.2"
kctfork = "0.4.0"
kotlin = "1.9.23"
kotlinPoet = "1.16.0"
kspVersion = "1.9.23-1.0.19"
kspVersion = "1.9.23-1.0.20"
ktorfit = "1.13.0"
ktorfitGradlePlugin = "1.12.0"
ktorVersion = "2.3.9"
ktorVersion = "2.3.10"
mockk = "1.13.8"
mockito-kotlin = "4.1.0"
gradleMavenPublishPlugin = "0.25.3"
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ extra:
ktorfit:
release: "1.13.0"
ktor:
release: "2.3.9"
release: "2.3.10"
social:
- icon: fontawesome/brands/github-alt
link: 'https://github.com/foso'
Expand Down

0 comments on commit 20b5ccc

Please sign in to comment.