start migration onto ktor 3.0

This commit is contained in:
2024-10-10 21:53:26 +06:00
parent 24bd403549
commit fce7ec8912
5 changed files with 10 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
[versions]
kt = "2.0.20"
kt = "2.0.21"
kt-serialization = "1.7.3"
kt-coroutines = "1.9.0"
@@ -15,7 +15,7 @@ sqlite = "3.46.1.3"
korlibs = "5.4.0"
uuid = "0.8.4"
ktor = "2.3.12"
ktor = "3.0.0"
gh-release = "2.5.2"