mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2024-10-31 21:13:46 +00:00
51 lines
2.1 KiB
TOML
51 lines
2.1 KiB
TOML
[versions]
|
|
|
|
kt = "1.9.22"
|
|
kt-serialization = "1.6.2"
|
|
kt-coroutines = "1.8.0"
|
|
|
|
microutils = "0.20.35"
|
|
tgbotapi = "10.1.0"
|
|
|
|
ksp = "1.9.22-1.0.17"
|
|
|
|
jb-exposed = "0.47.0"
|
|
jb-dokka = "1.9.10"
|
|
|
|
sqlite = "3.44.1.0"
|
|
|
|
gh-release = "2.4.1"
|
|
|
|
koin = "3.5.3"
|
|
|
|
[libraries]
|
|
|
|
kt-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kt" }
|
|
|
|
kt-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kt-coroutines" }
|
|
kt-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kt-serialization" }
|
|
|
|
tgbotapi = { module = "dev.inmo:tgbotapi", version.ref = "tgbotapi" }
|
|
tgbotapi-behaviourBuilder-fsm = { module = "dev.inmo:tgbotapi.behaviour_builder.fsm", version.ref = "tgbotapi" }
|
|
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" }
|
|
microutils-startup-launcher = { module = "dev.inmo:micro_utils.startup.launcher", version.ref = "microutils" }
|
|
microutils-startup-plugin = { module = "dev.inmo:micro_utils.startup.plugin", version.ref = "microutils" }
|
|
|
|
koin = { module = "io.insert-koin:koin-core", version.ref = "koin" }
|
|
|
|
jb-exposed-jdbc = { module = "org.jetbrains.exposed:exposed-jdbc", version.ref = "jb-exposed" }
|
|
|
|
sqlite = { module = "org.xerial:sqlite-jdbc", version.ref = "sqlite" }
|
|
|
|
|
|
kt-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kt" }
|
|
|
|
|
|
buildscript-kt-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kt" }
|
|
buildscript-kt-serialization = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kt" }
|
|
buildscript-jb-dokka = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref = "jb-dokka" }
|
|
buildscript-gh-release = { module = "com.github.breadmoirai:github-release", version.ref = "gh-release" }
|
|
buildscript-ksp = { module = "com.google.devtools.ksp:symbol-processing-gradle-plugin", version.ref = "ksp" }
|