We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 697c0b0 + 48eda9f commit f5c3198Copy full SHA for f5c3198
build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id 'java'
3
- id 'org.jetbrains.intellij' version '0.4.14'
+ id 'org.jetbrains.intellij' version '0.4.16'
4
id "de.undercouch.download" version "4.0.2"
5
}
6
@@ -20,6 +20,8 @@ dependencies {
20
compile('io.sentry:sentry:1.7.9') {
21
exclude module: 'slf4j-api'
22
23
+ compile 'org.scilab.forge:jlatexmath:1.0.7'
24
+ compile 'org.apache.commons:commons-lang3:3.9'
25
compile fileTree(dir: 'src/main/resources/lib', include: ['*.jar'])
26
27
0 commit comments