Skip to content

Commit 0a7ae28

Browse files
committed
Update rules_swift README.
PiperOrigin-RevId: 222405816
1 parent 03e7bed commit 0a7ae28

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ This repository contains rules for [Bazel](https://bazel.build) that can be
1111
used to build Swift libraries and executables for Apple platforms (iOS, macOS,
1212
tvOS, and watchOS) and Linux.
1313

14-
NOTE: The build rules in this repository are intended to replace the
15-
`swift_library` rule that is currently housed in
16-
[bazelbuild/rules_apple](https://github.com/bazelbuild/rules_apple).
17-
1814
## Reference Documentation
1915

2016
[Click here](https://github.com/bazelbuild/rules_swift/tree/master/doc/index.md)
@@ -23,7 +19,7 @@ repository.
2319

2420
## Compatibility
2521

26-
These rules have been verified to work with **Bazel 0.16.0.**
22+
These rules have been verified to work with **Bazel 0.19.0.**
2723

2824
## Quick Setup
2925

@@ -51,7 +47,7 @@ rules you wish to depend on:
5147
git_repository(
5248
name = "build_bazel_rules_swift",
5349
remote = "https://github.com/bazelbuild/rules_swift.git",
54-
tag = "0.3.0",
50+
tag = "0.4.0",
5551
)
5652

5753
load(

0 commit comments

Comments
 (0)