Skip to content

Commit

Permalink
Upgrade Ktor to version 2.0.2
Browse files Browse the repository at this point in the history
Resolves:
#223
  • Loading branch information
joffrey-bion committed May 31, 2022
1 parent 26773dc commit 07a7973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ kotlinx-coroutines = "1.6.1"
kotlinx-serialization = "1.3.2"
## # available = "1.3.3"
ktor1 = "1.6.8"
ktor2 = "2.0.0"
ktor2 = "2.0.2"
moshi = "1.13.0"
okhttp = "4.9.3"
### available = "4.9.3"
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ extra:
name: "Joffrey on Twitter"
versions:
jackson: 2.13.2
ktor: 2.0.0
ktor: 2.0.2
ktorLegacy: 1.6.8
kotlinxSerialization: 1.3.2
moshi: 1.13.0
Expand Down

0 comments on commit 07a7973

Please sign in to comment.