Files
FancyBot/gradle/libs.versions.toml
T

33 lines
1.6 KiB
TOML
Raw Normal View History

2024-08-30 14:24:46 +08:00
[versions]
kotlinVersion = "2.0.10"
2024-10-05 20:59:30 +08:00
ronebotVersion = "1.12.8"
2024-08-30 14:24:46 +08:00
shadowVersion = "8.3.0"
okhttpVersion = "5.0.0-alpha.14"
2024-08-30 18:08:14 +08:00
exposedVersion = "0.53.0"
sqliteJDBCVersion = "3.46.1.0"
2024-09-26 05:52:02 +08:00
motdPingerVersion = "1.1.2"
2024-09-12 15:47:09 +08:00
animatedGifLibVersion = "1.4"
2024-10-05 20:59:30 +08:00
simpleJavaMailVersion = "8.12.2"
2024-09-19 22:34:40 +08:00
jsoupVersion = "1.18.1"
2024-09-21 14:12:08 +08:00
nashornVersion = "15.4"
2024-10-02 21:02:05 +08:00
zxingVersion = "3.5.3"
2024-08-30 14:24:46 +08:00
[libraries]
rOneBot = { group = "cn.rtast", name = "ROneBot", version.ref = "ronebotVersion" }
2024-10-03 16:35:38 +08:00
motd-pinger = { group = "cn.rtast", name = "MotdPinger", version.ref = "motdPingerVersion" }
2024-08-30 14:24:46 +08:00
okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version.ref = "okhttpVersion" }
2024-10-03 16:35:38 +08:00
exposed-core = { group = "org.jetbrains.exposed", name = "exposed-core", version.ref = "exposedVersion" }
exposed-jdbc = { group = "org.jetbrains.exposed", name = "exposed-jdbc", version.ref = "exposedVersion" }
sqlite-jdbc = { group = "org.xerial", name = "sqlite-jdbc", version.ref = "sqliteJDBCVersion" }
2024-09-12 15:47:09 +08:00
animated-gif-lib = { group = "com.madgag", name = "animated-gif-lib", version.ref = "animatedGifLibVersion" }
2024-09-18 16:52:28 +08:00
simple-java-mail = { group = "org.simplejavamail", name = "simple-java-mail", version.ref = "simpleJavaMailVersion" }
2024-09-19 22:34:40 +08:00
jsoup = { group = "org.jsoup", name = "jsoup", version.ref = "jsoupVersion" }
2024-09-21 14:12:08 +08:00
nashorn-core = { group = "org.openjdk.nashorn", name = "nashorn-core", version.ref = "nashornVersion" }
2024-10-02 21:02:05 +08:00
zxing-core = { group = "com.google.zxing", name = "core", version.ref = "zxingVersion" }
zxing-javase = { group = "com.google.zxing", name = "javase", version.ref = "zxingVersion" }
2024-08-30 14:24:46 +08:00
[bundles]
[plugins]
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlinVersion" }
shadow = { id = "com.gradleup.shadow", version.ref = "shadowVersion" }