Skip to content

Commit f5c3198

Browse files
authored
Merge pull request #157 from shuzijun/gradle
Increase dependence
2 parents 697c0b0 + 48eda9f commit f5c3198

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.jetbrains.intellij' version '0.4.14'
3+
id 'org.jetbrains.intellij' version '0.4.16'
44
id "de.undercouch.download" version "4.0.2"
55
}
66

@@ -20,6 +20,8 @@ dependencies {
2020
compile('io.sentry:sentry:1.7.9') {
2121
exclude module: 'slf4j-api'
2222
}
23+
compile 'org.scilab.forge:jlatexmath:1.0.7'
24+
compile 'org.apache.commons:commons-lang3:3.9'
2325
compile fileTree(dir: 'src/main/resources/lib', include: ['*.jar'])
2426

2527
}

0 commit comments

Comments
 (0)