From 521a3baeae5426ed28afced881151a55391c64a9 Mon Sep 17 00:00:00 2001 From: Julian Valentin Date: Sat, 28 Mar 2020 11:05:19 +0100 Subject: [PATCH] Replace flexmark-all with flexmark --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9b4ec018..9a66494e 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ dependencies { // This dependency is found on compile classpath of this component and consumers. compile group: 'org.eclipse.lsp4j', name: 'org.eclipse.lsp4j', version: '0.7.2' - compile 'com.vladsch.flexmark:flexmark-all:0.60.2' + compile group: 'com.vladsch.flexmark', name: 'flexmark', version: '0.60.2' compile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.5.1' }