Skip to content

Commit

Permalink
Update Bazel modules
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 557fef155f95cca4fd035cdfd87b1159fd214924
  • Loading branch information
Vertexwahn committed Jan 18, 2025
1 parent 6dfd56a commit 635ab13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devertexwahn/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
SPDX-FileCopyrightText: Copyright 2024 Julian Amann <[email protected]>
SPDX-FileCopyrightText: Copyright 2024-2025 Julian Amann <[email protected]>
SPDX-License-Identifier: Apache-2.0
"""

Expand Down Expand Up @@ -37,11 +37,11 @@ bazel_dep(name = "pcg", version = "0.98.1")
bazel_dep(name = "platforms", version = "0.0.11")
bazel_dep(name = "pugixml", version = "1.15")
bazel_dep(name = "rules_cc", version = "0.0.17")
bazel_dep(name = "rules_java", version = "8.7.0")
bazel_dep(name = "rules_java", version = "8.7.1")
bazel_dep(name = "rules_license", version = "1.0.0")
bazel_dep(name = "rules_pkg", version = "1.0.1")
bazel_dep(name = "rules_python", version = "0.40.0")
bazel_dep(name = "spdlog", version = "1.15.0.bcr.3")
bazel_dep(name = "spdlog", version = "1.15.0.bcr.4")
bazel_dep(name = "xtensor")
bazel_dep(name = "xtl")
bazel_dep(name = "yaml-cpp", version = "0.8.0")
Expand Down

0 comments on commit 635ab13

Please sign in to comment.