update dependencies

This commit is contained in:
InsanusMokrassar 2023-04-13 12:28:05 +06:00
parent 034e2d7ff3
commit 75b27858dd
2 changed files with 8 additions and 4 deletions

View File

@ -2,6 +2,10 @@
## 7.0.2
* `Versions`:
* `Kotlin`: `1.8.10` -> `1.8.20`
* `MicroUtils`: `0.17.5` -> `0.17.6`
## 7.0.1
* `Core`:

View File

@ -1,6 +1,6 @@
[versions]
kotlin = "1.8.10"
kotlin = "1.8.20"
kotlin-serialization = "1.5.0"
kotlin-coroutines = "1.6.4"
@ -10,10 +10,10 @@ korlibs = "3.4.0"
uuid = "0.7.0"
ktor = "2.2.4"
ksp = "1.8.10-1.0.9"
kotlin-poet = "1.12.0"
ksp = "1.8.20-1.0.10"
kotlin-poet = "1.13.0"
microutils = "0.17.6-branch_0.17.6-build420"
microutils = "0.17.6"
github-release-plugin = "2.4.1"
dokka = "1.8.10"