From 2ccdbe4bc2b0b10d92281ac2ac32f6924259d731 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Sun, 25 Aug 2024 16:58:47 +0100 Subject: [PATCH] Removed bson-kotlinx --- eco-core/core-plugin/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/eco-core/core-plugin/build.gradle.kts b/eco-core/core-plugin/build.gradle.kts index 7cbb676b..8d3f5b5a 100644 --- a/eco-core/core-plugin/build.gradle.kts +++ b/eco-core/core-plugin/build.gradle.kts @@ -16,7 +16,6 @@ dependencies { implementation("net.kyori:adventure-platform-bukkit:4.1.0") implementation("org.javassist:javassist:3.29.2-GA") implementation("org.mongodb:mongodb-driver-kotlin-coroutine:5.1.2") - implementation("org.mongodb:bson-kotlinx:5.1.2") implementation("com.moandjiezana.toml:toml4j:0.7.2") { exclude(group = "com.google.code.gson", module = "gson") }