Skip to content

Commit db5421f

Browse files
committed
Fix
1 parent d994430 commit db5421f

File tree

1 file changed

+2
-3
lines changed
  • docs/src/dev-guide/components-core

1 file changed

+2
-3
lines changed

docs/src/dev-guide/components-core/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,20 @@ The task will download, build, and install (within the build directory) the foll
3636
| Library | Version/commit |
3737
|-----------------------------------------------------------------------|----------------|
3838
| [abseil-cpp](https://github.com/abseil/abseil-cpp) | 20250512.0 |
39-
| [ANTLR](https://www.antlr.org) | v4.13.1 |
39+
| [ANTLR](https://www.antlr.org) | v4.13.2 |
4040
| [Catch2](https://github.com/catchorg/Catch2.git) | v2.13.7 |
4141
| [date](https://github.com/HowardHinnant/date.git) | v3.0.1 |
4242
| [fmt](https://github.com/fmtlib/fmt) | v8.0.1 |
4343
| [json](https://github.com/nlohmann/json.git) | v3.11.3 |
4444
| [log-surgeon](https://github.com/y-scope/log-surgeon) | f801a3f |
4545
| [mongo-cxx-driver](https://github.com/mongodb/mongo-cxx-driver) | r3.10.2 |
46-
| [outcome](https://github.com/ned14/outcome) | v2.2.9 |
4746
| [simdjson](https://github.com/simdjson/simdjson) | v3.13.0 |
4847
| [spdlog](https://github.com/gabime/spdlog) | v1.9.2 |
4948
| [SQLite3](https://www.sqlite.org/download.html) | v3.36.0 |
5049
| [uftcpp](https://github.com/nemtrif/utfcpp.git) | v4.0.6 |
5150
| [yaml-cpp](https://github.com/jbeder/yaml-cpp.git) | v0.7.0 |
5251
| [yscope-log-viewer](https://github.com/y-scope/yscope-log-viewer.git) | 969ff35 |
53-
| [ystdlib-cpp](https://github.com/y-scope/ystdlib-cpp.git) | 2ac1757 |
52+
| [ystdlib-cpp](https://github.com/y-scope/ystdlib-cpp.git) | d80cf86 |
5453

5554
### Environment
5655

0 commit comments

Comments
 (0)