summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorKeuin <[email protected]>2022-02-04 22:54:22 +0800
committerKeuin <[email protected]>2022-02-04 22:54:22 +0800
commitdfa163e5a3cffa46f0241210f2c8be1f8e298d7a (patch)
tree72db589d79bcc3bbca45c3a34a6dac71b2f55526 /build.gradle
parent12ddbba66e6f2585e59d05d1782c0e8ce9fe6146 (diff)
Add psmb support.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index b6032ec..fd9c603 100644
--- a/build.gradle
+++ b/build.gradle
@@ -73,6 +73,8 @@ dependencies {
shadow 'com.google.code.gson:gson:2.8.9'
// https://mvnrepository.com/artifact/com.github.pengrad/java-telegram-bot-api
shadow 'com.github.pengrad:java-telegram-bot-api:5.5.0'
+ // https://mvnrepository.com/artifact/org.mongodb/bson
+ shadow 'org.mongodb:bson:4.4.1'
}
shadowJar {