Skip to content

Commit 9c700a7

Browse files
committed
Update a couple of BCR modules
1 parent 8274b63 commit 9c700a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ module(
22
name = "smile-explorer",
33
)
44

5-
bazel_dep(name = "abseil-cpp", version = "20250512.0")
5+
bazel_dep(name = "abseil-cpp", version = "20250814.0")
66

77
# Required for GLFW support on MacOS.
8-
bazel_dep(name = "apple_support", version = "1.22.0")
8+
bazel_dep(name = "apple_support", version = "1.23.1")
99

10-
bazel_dep(name = "boost.math", version = "1.87.0")
10+
bazel_dep(name = "boost.math", version = "1.89.0")
1111
bazel_dep(name = "ceres-solver", version = "2.2.0")
1212
bazel_dep(name = "csv-parser", version = "2.3.0")
1313
bazel_dep(name = "eigen", version = "3.4.0.bcr.3")

0 commit comments

Comments
 (0)