mirror of
https://github.com/InsanusMokrassar/TelegramBotApiLibraries.git
synced 2024-11-19 23:03:51 +00:00
fixes related to the new microutils
This commit is contained in:
parent
e6d04de433
commit
15c0f9979a
@ -1,7 +1,7 @@
|
||||
package dev.inmo.tgbotapi.libraries.cache.admins
|
||||
|
||||
import dev.inmo.micro_utils.repos.exposed.keyvalue.ExposedKeyValueRepo
|
||||
import dev.inmo.micro_utils.repos.exposed.onetomany.ExposedOneToManyKeyValueRepo
|
||||
import dev.inmo.micro_utils.repos.exposed.onetomany.ExposedKeyValuesRepo
|
||||
import dev.inmo.micro_utils.repos.mappers.withMapper
|
||||
import dev.inmo.tgbotapi.bot.TelegramBot
|
||||
import dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext
|
||||
@ -36,7 +36,7 @@ fun AdminsCacheAPI(
|
||||
) : AdminsCacheAPI = DefaultAdminsCacheAPI(
|
||||
bot,
|
||||
DefaultAdminsCacheAPIRepo(
|
||||
ExposedOneToManyKeyValueRepo(
|
||||
ExposedKeyValuesRepo(
|
||||
database,
|
||||
{ long("chatId") },
|
||||
{ text("member") },
|
||||
|
@ -12,7 +12,7 @@ kotlin_serialisation_core_version=1.3.3
|
||||
github_release_plugin_version=2.3.7
|
||||
|
||||
tgbotapi_version=2.0.2
|
||||
micro_utils_version=0.10.8
|
||||
micro_utils_version=0.11.0
|
||||
exposed_version=0.38.2
|
||||
plagubot_version=1.1.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user