We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92bdbdb commit a98aea0Copy full SHA for a98aea0
_ext/eclipse-cdt/CHANGES.md
@@ -3,6 +3,8 @@
3
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `9.9.0`).
4
5
## [Unreleased]
6
+### Added
7
+* Switch to Eclipse CDT release 10.2 for Eclipse 4.19.
8
9
## [10.1.0] - 2020-12-26
10
### Added
_ext/eclipse-cdt/gradle.properties
@@ -5,8 +5,8 @@ description=Eclipse's CDT C/C++ formatter bundled for Spotless
VER_JAVA=11
# Compile dependencies
-VER_ECLIPSE_CDT=10.1
+VER_ECLIPSE_CDT=10.2
VER_SPOTLESS_ECLISPE_BASE=[3.4.2,4.0.0[
VER_ECLISPE_JFACE=[3.15.300,4.0.0[
11
VER_ECLISPE_EFS=[3.6.700,4.0.0[
12
-VER_IBM_ICU=[61,65[
+VER_IBM_ICU=[61,68[
0 commit comments