mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2024-11-22 07:33:46 +00:00
update dependencies
This commit is contained in:
parent
d39b56fd74
commit
6e8aae95d0
@ -12,19 +12,19 @@ apply from: "publish.gradle"
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlin_coroutines_version"
|
api "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlin_coroutines_version"
|
||||||
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:$kotlin_serialisation_runtime_version"
|
api "org.jetbrains.kotlinx:kotlinx-serialization-json:$kotlin_serialisation_runtime_version"
|
||||||
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
|
api "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
|
||||||
implementation "org.jetbrains.exposed:exposed-jdbc:$kotlin_exposed_version"
|
api "org.jetbrains.exposed:exposed-jdbc:$kotlin_exposed_version"
|
||||||
|
|
||||||
implementation "dev.inmo:tgbotapi:$tgbotapi_version"
|
api "dev.inmo:tgbotapi:$tgbotapi_version"
|
||||||
implementation "dev.inmo:micro_utils.repos.exposed:$microutils_version"
|
api "dev.inmo:micro_utils.repos.exposed:$microutils_version"
|
||||||
|
|
||||||
implementation "com.github.matfax.klassindex:library:$klassindex_version"
|
api "com.github.matfax.klassindex:library:$klassindex_version"
|
||||||
kapt "com.github.matfax.klassindex:processor:$klassindex_version"
|
kapt "com.github.matfax.klassindex:processor:$klassindex_version"
|
||||||
implementation "org.xerial:sqlite-jdbc:$sqlite_version"
|
api "org.xerial:sqlite-jdbc:$sqlite_version"
|
||||||
|
|
||||||
implementation project(":plagubot.plugin")
|
api project(":plagubot.plugin")
|
||||||
}
|
}
|
||||||
|
|
||||||
application {
|
application {
|
||||||
|
@ -10,8 +10,8 @@ apply from: "publish.gradle"
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||||
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:$kotlin_serialisation_runtime_version"
|
api "org.jetbrains.kotlinx:kotlinx-serialization-json:$kotlin_serialisation_runtime_version"
|
||||||
|
|
||||||
implementation "dev.inmo:tgbotapi:$tgbotapi_version"
|
api "dev.inmo:tgbotapi:$tgbotapi_version"
|
||||||
implementation "dev.inmo:micro_utils.repos.exposed:$microutils_version"
|
api "dev.inmo:micro_utils.repos.exposed:$microutils_version"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user