We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be99422 commit f3df542Copy full SHA for f3df542
MODULE.bazel
@@ -1,6 +1,6 @@
1
module(
2
name = "sourcekit_bazel_bsp",
3
- version = "0.0.1",
+ version = "0.0.5",
4
compatibility_level = 0,
5
)
6
README.md
@@ -41,7 +41,7 @@
41
- Add the following to your `MODULE.bazel` file:
42
43
```python
44
- bazel_dep(name = "sourcekit_bazel_bsp", version = "0.0.4", repo_name = "sourcekit_bazel_bsp")
+ bazel_dep(name = "sourcekit_bazel_bsp", version = "0.0.5", repo_name = "sourcekit_bazel_bsp")
45
```
46
47
- Define a `setup_sourcekit_bsp` in a BUILD.bazel file in the root of your workspace:
0 commit comments