Skip to content

Commit 85e2f33

Browse files
committed
eclipse-cdt update for 4.13 (#480)
1 parent 1260246 commit 85e2f33

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

_ext/eclipse-cdt/CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# spotless-eclipse-cdt
22

3+
### Version 9.9.0 - October 31st 2019 ([artifact]([jcenter](https://bintray.com/diffplug/opensource/spotless-eclipse-cdt)))
4+
5+
* Switch to Eclipse CDT release 9.9 for Eclipse 4.13 ([#480](https://github.com/diffplug/spotless/issues/480)).
6+
37
### Version 9.8.0 - July 24th 2019 ([artifact]([jcenter](https://bintray.com/diffplug/opensource/spotless-eclipse-cdt)))
48

59
* Switch to Eclipse CDT release 9.8 for Eclipse 4.12 ([#423](https://github.com/diffplug/spotless/pull/423)).

_ext/eclipse-cdt/gradle.properties

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Versions correspond to the Eclipse-CDT version used for the fat-JAR.
22
# See https://www.eclipse.org/cdt/ for further information about Eclipse-CDT versions.
33
# Patch version can be incremented independently for backward compatible patches of this library.
4-
ext_version=9.8.0
4+
ext_version=9.9.0
55
ext_artifactId=spotless-eclipse-cdt
66
ext_description=Eclipse's CDT C/C++ formatter bundled for Spotless
77
ext_org=diffplug
@@ -11,11 +11,10 @@ ext_group=com.diffplug.spotless
1111
ext_VER_JAVA=1.8
1212

1313
# Compile dependencies
14-
VER_ECLIPSE_CDT=9.7
15-
VER_SPOTLESS_ECLISPE_BASE=[3.2.0,4.0.0[
16-
VER_ECLISPE_JFACE=[3.12.0,4.0.0[
17-
VER_ECLISPE_WORKBENCH=[3.11.0,4.0.0[
18-
VER_ECLISPE_PLATFORM=[3.6.0,4.0.0[
14+
VER_ECLIPSE_CDT=9.9
15+
VER_SPOTLESS_ECLISPE_BASE=[3.3.0,4.0.0[
16+
VER_ECLISPE_JFACE=[3.15.300,4.0.0[
17+
VER_ECLISPE_PLATFORM=[3.6.700,4.0.0[
1918
VER_IBM_ICU=[61,62[
2019

2120
# Provided dependencies

0 commit comments

Comments
 (0)