Skip to content

Commit

Permalink
Hotfix for corrupt eclipse jar
Browse files Browse the repository at this point in the history
Fixes #472
  • Loading branch information
oxisto committed Jul 13, 2021
1 parent 5f1430e commit 3111e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ dependencies {
api("com.github.javaparser:javaparser-symbol-solver-core:3.20.2")

// Eclipse dependencies
api("org.eclipse.platform:org.eclipse.core.runtime:3.20.100")
api("org.eclipse.platform:org.eclipse.core.runtime:3.22.0")
api("com.ibm.icu:icu4j:68.2")

// CDT
Expand Down

0 comments on commit 3111e03

Please sign in to comment.