Skip to content

Commit 3f7e3b8

Browse files
committed
2 parents 23820e8 + cd234b7 commit 3f7e3b8

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module(
44
)
55

66
bazel_dep(name = "abseil-cpp", version = "20260107.1")
7-
bazel_dep(name = "bazel_lib", version = "3.2.2")
7+
bazel_dep(name = "bazel_lib", version = "3.3.1")
88
bazel_dep(name = "bazel_skylib", version = "1.9.0")
99
bazel_dep(name = "platforms", version = "1.1.0")
1010
bazel_dep(name = "rapidyaml", version = "0.10.0")

examples/configuration/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ add_executable(
2020
custom_log_record_processor_builder.cc)
2121

2222
target_link_libraries(
23-
example_yaml ${CMAKE_THREAD_LIBS_INIT}
24-
PRIVATE common_metrics_foo_library
23+
example_yaml
24+
PRIVATE ${CMAKE_THREAD_LIBS_INIT}
25+
common_metrics_foo_library
2526
common_logs_foo_library
2627
opentelemetry-cpp::ostream_span_exporter_builder
2728
opentelemetry-cpp::ostream_metrics_exporter_builder

0 commit comments

Comments
 (0)