From 68e3d9cd45830c4364b9701383a553306e7fa6c8 Mon Sep 17 00:00:00 2001 From: Dmitrii Chechetkin Date: Mon, 16 Sep 2024 13:48:37 -0400 Subject: [PATCH] removes unnecessary imports --- build.gradle.kts | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index a2191761..e32ecee8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -57,8 +57,6 @@ dependencies { implementation("com.theokanning.openai-gpt3-java:service:0.14.0") implementation("com.vladsch.flexmark:flexmark:0.64.8") implementation("com.vladsch.flexmark:flexmark-ext-tables:0.64.8") - implementation("com.vladsch.flexmark:flexmark-html2md-converter:0.64.8") - implementation("com.googlecode.lanterna:lanterna:3.1.1") implementation("com.vladsch.flexmark:flexmark-html2md-converter:0.64.8")