We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a7965f commit 21ccd00Copy full SHA for 21ccd00
.bcr/config.yml
MODULE.bazel
@@ -9,9 +9,9 @@ archive_override(
9
urls = ["https://github.com/google/j2cl/archive/master.zip"],
10
)
11
12
-bazel_dep(name = "jsinterop_base")
+bazel_dep(name = "jsinterop_base", version = "1.1.0")
13
14
-# jsinterop-base is not available in BCR yet.
+# Use head jsinterop-base for testing purposes.
15
archive_override(
16
module_name = "jsinterop_base",
17
strip_prefix = "jsinterop-base-master",
0 commit comments