mirror of
https://github.com/InsanusMokrassar/PlaguPoster.git
synced 2024-11-04 23:33:46 +00:00
50 lines
2.5 KiB
TOML
50 lines
2.5 KiB
TOML
[versions]
|
|
|
|
kotlin = "1.7.20"
|
|
kotlin-serialization = "1.4.1"
|
|
|
|
plagubot = "2.4.0"
|
|
tgbotapi = "3.3.0"
|
|
microutils = "0.13.1"
|
|
kslog = "0.5.2"
|
|
krontab = "0.8.1"
|
|
tgbotapi-libraries = "0.5.6"
|
|
plagubot-plugins = "0.5.0"
|
|
|
|
psql = "42.5.0"
|
|
|
|
[libraries]
|
|
|
|
kotlin = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
|
|
kotlin-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlin-serialization" }
|
|
kotlin-test-common = { module = "org.jetbrains.kotlin:kotlin-test-common", version.ref = "kotlin" }
|
|
kotlin-test-annotations-common = { module = "org.jetbrains.kotlin:kotlin-test-annotations-common", version.ref = "kotlin" }
|
|
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
|
|
kotlin-test-js = { module = "org.jetbrains.kotlin:kotlin-test-js", version.ref = "kotlin" }
|
|
android-test-junit = { module = "androidx.test.ext:junit", version.ref = "test_ext_junit_version" }
|
|
android-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espresso_core" }
|
|
|
|
tgbotapi = { module = "dev.inmo:tgbotapi", version.ref = "tgbotapi" }
|
|
plagubot-plugin = { module = "dev.inmo:plagubot.plugin", version.ref = "plagubot" }
|
|
plagubot-bot = { module = "dev.inmo:plagubot.bot", version.ref = "plagubot" }
|
|
plagubot-plugins-inline-queries = { module = "dev.inmo:plagubot.plugins.inline.queries", version.ref = "plagubot-plugins" }
|
|
microutils-repos-common = { module = "dev.inmo:micro_utils.repos.common", version.ref = "microutils" }
|
|
microutils-repos-exposed = { module = "dev.inmo:micro_utils.repos.exposed", version.ref = "microutils" }
|
|
microutils-repos-cache = { module = "dev.inmo:micro_utils.repos.cache", version.ref = "microutils" }
|
|
microutils-koin = { module = "dev.inmo:micro_utils.koin", version.ref = "microutils" }
|
|
kslog = { module = "dev.inmo:kslog", version.ref = "kslog" }
|
|
krontab = { module = "dev.inmo:krontab", version.ref = "krontab" }
|
|
|
|
psql = { module = "org.postgresql:postgresql", version.ref = "psql" }
|
|
|
|
# buildscript classpaths
|
|
|
|
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
|
kotlin-serialization-plugin = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kotlin" }
|
|
kotlin-dokka-plugin = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref = "kotlin" }
|
|
|
|
[plugins]
|
|
|
|
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
|
|
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|