Skip to content

Commit fd0f906

Browse files
committed
Bump bazel version
1 parent 7933222 commit fd0f906

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.1
1+
6.1.0

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ switched_rules_by_language(
9393

9494
http_archive(
9595
name = "org_tensorflow",
96-
sha256 = "b54cb7ac94a74bbab4ffc40e362d684e9b08b4a10a307022f24cb80706765367",
97-
strip_prefix = "tensorflow-2.14.0-rc0",
96+
sha256 = "f0500371f6a1e3dfad2135b5cab75b25e71812160a2bde1dcd2ed32e4b8f6361",
97+
strip_prefix = "tensorflow-2.14.0-rc1",
9898
urls = [
99-
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.14.0-rc0.tar.gz",
99+
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.14.0-rc1.tar.gz",
100100
],
101101
)
102102

0 commit comments

Comments
 (0)