Skip to content

Commit

Permalink
CDT 9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Jul 16, 2020
1 parent ff3dd6d commit b38e888
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ repositories {
mavenCentral()

ivy {
setUrl("https://download.eclipse.org/tools/cdt/releases/9.10/cdt-9.10.0/plugins")
setUrl("https://download.eclipse.org/tools/cdt/releases/9.11/cdt-9.11.1/plugins")
metadataSources {
artifact()
}
Expand Down Expand Up @@ -145,11 +145,11 @@ dependencies {
api("com.github.javaparser:javaparser-symbol-solver-core:3.16.1")

// Eclipse dependencies
api("org.eclipse.platform:org.eclipse.core.runtime:3.17.0")
api("com.ibm.icu:icu4j:65.1")
api("org.eclipse.platform:org.eclipse.core.runtime:3.18.0")
api("com.ibm.icu:icu4j:67.1")

// CDT
api("org.eclipse.cdt:core:6.10.0.201912051559")
api("org.eclipse.cdt:core:6.11.1.202006011430")

// JUnit
testImplementation("org.junit.jupiter:junit-jupiter-api:5.6.2")
Expand Down

0 comments on commit b38e888

Please sign in to comment.