From 17c69638896d2e0dcc90f1bcaf8148ef98453cc4 Mon Sep 17 00:00:00 2001 From: ajgeiss0702 Date: Sat, 27 May 2023 18:15:44 -0700 Subject: [PATCH] [nolist] whoops, don't need gson --- api/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/api/build.gradle.kts b/api/build.gradle.kts index 71cfb61..89724a8 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -16,7 +16,6 @@ repositories { dependencies { implementation("net.kyori:adventure-api:4.13.1") implementation("net.kyori:adventure-text-serializer-plain:4.13.1") - implementation("com.google.code.gson:gson:2.10.1") compileOnly("com.google.guava:guava:30.1.1-jre") compileOnly("us.ajg0702:ajUtils:1.2.10")