diff --git a/deps/flatbuffers b/deps/flatbuffers index 881eaab7..27325e00 160000 --- a/deps/flatbuffers +++ b/deps/flatbuffers @@ -1 +1 @@ -Subproject commit 881eaab706a35f8644091f781992699db18167dc +Subproject commit 27325e002a36b3de2999906a77ff13a14fb09471 diff --git a/src/debugger/events_generated.hxx b/src/debugger/events_generated.hxx index c7f098b3..6924ec3f 100644 --- a/src/debugger/events_generated.hxx +++ b/src/debugger/events_generated.hxx @@ -9,8 +9,8 @@ // Ensure the included flatbuffers.h is the same version as when this file was // generated, otherwise it may not be compatible. static_assert(FLATBUFFERS_VERSION_MAJOR == 25 && - FLATBUFFERS_VERSION_MINOR == 2 && - FLATBUFFERS_VERSION_REVISION == 10, + FLATBUFFERS_VERSION_MINOR == 9 && + FLATBUFFERS_VERSION_REVISION == 23, "Non-compatible flatbuffers version included"); namespace Debugger {