Skip to content

Commit

Permalink
Update to Ktor 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Nov 9, 2024
1 parent 9970fef commit 4fdbc59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ But there is no intent to bump the Ktorfit major version for every KSP update.
* Ktor version:

## Changed
- Ktorfit is now using Ktor 3.0.0 as a default. The extra versions with "-ktor3" will not be updated anymore.
- Ktorfit is now using Ktor 3.0.1 as a default. The extra versions with "-ktor3" will not be updated anymore.
- This also means that now wasmJs is supported by default.

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ktorfitResponseConverter = "2.1.0"
ktorfitGradle = "2.1.0"

ktorfitGradlePlugin = "2.1.0"
ktorVersion = "3.0.0"
ktorVersion = "3.0.1"
mockk = "1.13.13"
mockito-kotlin = "4.1.0"
gradleMavenPublishPlugin = "0.28.0"
Expand Down

0 comments on commit 4fdbc59

Please sign in to comment.