Skip to content

Commit d75bb4a

Browse files
committed
Upgraded to CDT version 10.3
1 parent d75da31 commit d75bb4a

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

_ext/eclipse-cdt/CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `9.9.0`).
44

55
## [Unreleased]
6+
### Added
7+
* Switch to Eclipse CDT release 10.3 for Eclipse 4.20.
68

79
## [10.2.0] - 2021-06-07
810
### Added

_ext/eclipse-cdt/gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description=Eclipse's CDT C/C++ formatter bundled for Spotless
55
VER_JAVA=11
66

77
# Compile dependencies
8-
VER_ECLIPSE_CDT=10.2
9-
VER_SPOTLESS_ECLISPE_BASE=[3.4.2,4.0.0[
10-
VER_ECLISPE_JFACE=[3.15.300,4.0.0[
11-
VER_ECLISPE_EFS=[3.6.700,4.0.0[
12-
VER_IBM_ICU=[61,68[
8+
VER_ECLIPSE_CDT=10.3
9+
VER_SPOTLESS_ECLISPE_BASE=[3.5.0,4.0.0[
10+
VER_ECLISPE_JFACE=[3.18.0,4.0.0[
11+
VER_ECLISPE_EFS=[3.7.0,4.0.0[
12+
VER_IBM_ICU=[67.1,68[

0 commit comments

Comments
 (0)