Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions _ext/eclipse-cdt/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (

## [Unreleased]

## [10.5.0] - 2021-12-10
### Added
* Switch to Eclipse CDT release 10.5 for Eclipse 2021-12.

## [10.4.0] - 2021-09-23
### Added
* Switch to Eclipse CDT release 10.4 for Eclipse 4.21.
Expand Down
2 changes: 1 addition & 1 deletion _ext/eclipse-cdt/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description=Eclipse's CDT C/C++ formatter bundled for Spotless
VER_JAVA=11

# Compile dependencies
VER_ECLIPSE_CDT=10.4
VER_ECLIPSE_CDT=10.5
VER_SPOTLESS_ECLISPE_BASE=[3.5.0,4.0.0[
VER_ECLISPE_JFACE=[3.18.0,4.0.0[
VER_ECLISPE_EFS=[3.7.0,4.0.0[
Expand Down