mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2024-11-21 15:13:46 +00:00
remove expicit KSLog dependency
This commit is contained in:
parent
8a84f65a12
commit
18019c37ea
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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" }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user