Skip to content

Commit

Permalink
restore bazel_skylib depend
Browse files Browse the repository at this point in the history
  • Loading branch information
oathdruid committed May 13, 2024
1 parent fd46a78 commit 1abcbd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module(

# --registry=https://bcr.bazel.build
bazel_dep(name = 'abseil-cpp', version = '20211102.0')
bazel_dep(name = 'bazel_skylib', version = '1.4.1')
bazel_dep(name = 'protobuf', version = '3.19.6')

# --registry=https://raw.githubusercontent.com/bazelboost/registry/main
Expand All @@ -24,7 +25,6 @@ bazel_dep(name = 'boost.spirit', version = '1.83.0.bzl.1')

# --registry=https://bcr.bazel.build
single_version_override(module_name = 'abseil-cpp', version = '20230802.1')
bazel_dep(name = 'bazel_skylib', version = '1.6.1', dev_dependency = True)
bazel_dep(name = 'googletest', version = '1.14.0', dev_dependency = True)

# --registry=file://%workspace%/registry
Expand Down
2 changes: 1 addition & 1 deletion registry/modules/babylon/1.1.4/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module(

# --registry=https://bcr.bazel.build
bazel_dep(name = 'abseil-cpp', version = '20211102.0')
bazel_dep(name = 'bazel_skylib', version = '1.4.1')
bazel_dep(name = 'protobuf', version = '3.19.6')

# --registry=https://raw.githubusercontent.com/bazelboost/registry/main
Expand All @@ -24,7 +25,6 @@ bazel_dep(name = 'boost.spirit', version = '1.83.0.bzl.1')

# --registry=https://bcr.bazel.build
single_version_override(module_name = 'abseil-cpp', version = '20230802.1')
bazel_dep(name = 'bazel_skylib', version = '1.6.1', dev_dependency = True)
bazel_dep(name = 'googletest', version = '1.14.0', dev_dependency = True)

# --registry=file://%workspace%/registry
Expand Down

0 comments on commit 1abcbd3

Please sign in to comment.