update ktor to version 2.1.0

This commit is contained in:
Jannik 2022-08-19 18:18:09 +02:00
parent f398c82f62
commit 326da147f1
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
1 changed files with 1 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. // Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { buildscript {
ext.kotlin_version = "1.7.10" ext.kotlin_version = "1.7.10"
ext.ktor_version = "2.0.3" ext.ktor_version = "2.1.0"
ext.exo_version = "2.17.1" ext.exo_version = "2.17.1"
repositories { repositories {
google() google()