File tree 2 files changed +6
-9
lines changed
2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1
1
# spotless-eclipse-cdt
2
2
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
-
7
3
### Version 9.8.0 - July 24th 2019 ([ artifact] ( [jcenter](https://bintray.com/diffplug/opensource/spotless-eclipse-cdt) ) )
8
4
9
5
* Switch to Eclipse CDT release 9.8 for Eclipse 4.12 ([ #423 ] ( https://github.com/diffplug/spotless/pull/423 ) ).
Original file line number Diff line number Diff line change 1
1
# Versions correspond to the Eclipse-CDT version used for the fat-JAR.
2
2
# See https://www.eclipse.org/cdt/ for further information about Eclipse-CDT versions.
3
3
# Patch version can be incremented independently for backward compatible patches of this library.
4
- ext_version =9.9 .0
4
+ ext_version =9.8 .0
5
5
ext_artifactId =spotless-eclipse-cdt
6
6
ext_description =Eclipse's CDT C/C++ formatter bundled for Spotless
7
7
ext_org =diffplug
@@ -11,10 +11,11 @@ ext_group=com.diffplug.spotless
11
11
ext_VER_JAVA =1.8
12
12
13
13
# Compile dependencies
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[
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[
18
19
VER_IBM_ICU =[61,62[
19
20
20
21
# Provided dependencies
You can’t perform that action at this time.
0 commit comments