Skip to content

Commit

Permalink
Replace flexmark-all with flexmark
Browse files Browse the repository at this point in the history
  • Loading branch information
valentjn committed Mar 28, 2020
1 parent d14ba14 commit 521a3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down

0 comments on commit 521a3ba

Please sign in to comment.