Skip to content

Commit

Permalink
Fix up errors highlighted by BCR tests (#1045)
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c authored Jan 18, 2024
1 parent 8f89af3 commit e4bfab1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module(
name = "rules_jvm_external",
version = "6.0",
compatibility_level = 2,
)

bazel_dep(
Expand All @@ -19,6 +20,11 @@ bazel_dep(
name = "rules_kotlin",
version = "1.9.0",
)
bazel_dep(
name = "stardoc",
repo_name = "io_bazel_stardoc",
version = "0.5.6",
)

# Remove this once rules_android has rolled out official Bzlmod support
remote_android_extensions = use_extension("@bazel_tools//tools/android:android_extensions.bzl", "remote_android_tools_extensions")
Expand Down Expand Up @@ -112,12 +118,6 @@ bazel_dep(
dev_dependency = True,
version = "0.1.1",
)
bazel_dep(
name = "stardoc",
dev_dependency = True,
repo_name = "io_bazel_stardoc",
version = "0.5.6",
)
bazel_dep(
name = "bzlmod_lock_files",
dev_dependency = True,
Expand Down

0 comments on commit e4bfab1

Please sign in to comment.