Skip to content

Commit

Permalink
fix(deps): Upgrade ktor from v2.0 to v2.2 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea authored Feb 6, 2023
1 parent 98167a3 commit 18bddec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
buildscript{
ext {
kotlinCoroutinesVersion = '1.6.3'
ktorVersion = '2.0.3'
ktorVersion = '2.2.3'
junit5Version = '5.9.2'
okhttpVersion = '4.10.0'
}
Expand Down

0 comments on commit 18bddec

Please sign in to comment.