File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ This repository contains rules for [Bazel](https://bazel.build) that can be
1111used to build Swift libraries and executables for Apple platforms (iOS, macOS,
1212tvOS, 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:
5147git_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
5753load(
You can’t perform that action at this time.
0 commit comments