2
0
Fork 0
mirror of https://github.com/bazelbuild/platforms synced 2024-11-28 15:33:39 +00:00
platforms/MODULE.bazel
aiuto dbdf8343cb
Update versions to 0.0.8, tweak release script. (#79)
* add bzlmod stuff to dist

* get ready for version 0.0.8

* fix typo in license dep
2023-10-17 15:49:51 -04:00

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")