update ktor to version 2.x #63

Merged
Seil0 merged 2 commits from feature/ktor_update into develop 2022-08-19 22:40:56 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 326da147f1 - Show all commits

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.10"
ext.ktor_version = "2.0.3"
ext.ktor_version = "2.1.0"
ext.exo_version = "2.17.1"
repositories {
google()