remove expicit KSLog dependency

This commit is contained in:
InsanusMokrassar 2023-11-26 19:29:29 +06:00
parent 8a84f65a12
commit 18019c37ea
3 changed files with 1 additions and 4 deletions

View File

@ -7,7 +7,7 @@
* `Serialization`: `1.6.1`
* `tgbotapi`: `9.4.1`
* `ktor`: `2.3.6`
* `KSLog`: `1.3.1`
* `KSLog`: Removed explicit dependency, now it is declared in tgbotapi
* `MicroUtils`: `0.20.15`
## 7.2.3

View File

@ -20,7 +20,6 @@ dependencies {
api libs.tgbotapi.behaviourBuilder.fsm
api libs.microutils.repos.exposed
api libs.microutils.koin
api libs.kslog
api libs.sqlite

View File

@ -6,7 +6,6 @@ kt-coroutines = "1.7.3"
microutils = "0.20.15"
tgbotapi = "9.4.1"
kslog = "1.3.1"
ksp = "1.9.20-1.0.14"
@ -36,7 +35,6 @@ tgbotapi-behaviourBuilder-fsm = { module = "dev.inmo:tgbotapi.behaviour_builder.
microutils-repos-exposed = { module = "dev.inmo:micro_utils.repos.exposed", version.ref = "microutils" }
microutils-koin = { module = "dev.inmo:micro_utils.koin", version.ref = "microutils" }
microutils-koin-generator = { module = "dev.inmo:micro_utils.koin.generator", version.ref = "microutils" }
kslog = { module = "dev.inmo:kslog", version.ref = "kslog" }
koin = { module = "io.insert-koin:koin-core", version.ref = "koin" }