Skip to content

Commit

Permalink
Add default visibility public for universal_robots_client_library. (#…
Browse files Browse the repository at this point in the history
…3235)

I forgot the visibility spec in
#3229.

@bazel-io skip_check unstable_url upstream doesn't publish stable
release.
  • Loading branch information
b-bremer authored Nov 21, 2024
1 parent 3c30bab commit ca85062
Show file tree
Hide file tree
Showing 6 changed files with 470 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module(
name = "universal-robots-client-library",
version = "1.4.0.bcr.1",
compatibility_level = 1,
)

# Most recent version from https://registry.bazel.build/modules/googletest
bazel_dep(name = "googletest", version = "1.15.2")
bazel_dep(name = "rules_license", version = "0.0.8")
Loading

0 comments on commit ca85062

Please sign in to comment.