update ktor

ktor 2.1.3 -> 2.2.1
This commit is contained in:
2022-12-11 20:00:39 +01:00
parent bf6f2d916e
commit 63f5e69094
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = "1.7.20"
ext.ktor_version = "2.1.3"
ext.ktor_version = "2.2.1"
ext.exo_version = "2.18.2"
repositories {
google()