update dependencies

This commit is contained in:
InsanusMokrassar 2022-11-10 17:06:20 +06:00
parent 22343c0731
commit 64164ef6c1
2 changed files with 12 additions and 4 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 0.14.1
* `Versions`:
* `Kotlin`: `1.7.20` -> `1.7.21`
* `Klock`: `3.3.1` -> `3.4.0`
* `UUID`: `0.5.0` -> `0.6.0`
* `Koin`: `3.2.2` -> `3.3.0`
## 0.14.0
**ALL DEPRECATIONS HAVE BEEN REMOVED**

View File

@ -1,6 +1,6 @@
[versions]
kt = "1.7.20"
kt = "1.7.21"
kt-serialization = "1.4.1"
kt-coroutines = "1.6.4"
@ -8,14 +8,14 @@ jb-compose = "1.2.1"
jb-exposed = "0.40.1"
jb-dokka = "1.7.20"
klock = "3.3.1"
uuid = "0.5.0"
klock = "3.4.0"
uuid = "0.6.0"
ktor = "2.1.3"
gh-release = "2.4.1"
koin = "3.2.2"
koin = "3.3.0"
android-gradle = "7.2.2"
dexcount = "3.1.0"