mirror of
https://github.com/bazelbuild/platforms
synced 2024-11-28 15:33:39 +00:00
dbdf8343cb
* add bzlmod stuff to dist * get ready for version 0.0.8 * fix typo in license dep
8 lines
173 B
Plaintext
8 lines
173 B
Plaintext
module(
|
|
name = "platforms",
|
|
version = "0.0.8", # keep in sync with version.bzl
|
|
compatibility_level = 1,
|
|
)
|
|
|
|
bazel_dep(name = "rules_license", version = "0.0.7")
|