Skip to content

Commit d7bb45f

Browse files
committed
Add links to copy-pasteable upgrade instructions
1 parent def046a commit d7bb45f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

WORKSPACE

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
44
##############
55
# Bazel stdlib
66
##############
7+
# To update this version, copy-paste instructions from https://github.com/bazelbuild/bazel-skylib/releases
78
http_archive(
89
name = "bazel_skylib",
910
sha256 = "1c531376ac7e5a180e0237938a2536de0c54d93f5c278634818e0efc952dd56c",
@@ -32,6 +33,7 @@ rules_proto_toolchains()
3233
##############
3334
# JVM External
3435
##############
36+
# To update this version, copy-paste instructions from https://github.com/bazelbuild/rules_jvm_external/releases
3537
RULES_JVM_EXTERNAL_TAG = "4.2"
3638
RULES_JVM_EXTERNAL_SHA = "cd1a77b7b02e8e008439ca76fd34f5b07aecb8c752961f9640dea15e9e5ba1ca"
3739
http_archive(
@@ -54,4 +56,4 @@ maven_install(
5456
repositories = [
5557
"https://repo1.maven.org/maven2",
5658
],
57-
)
59+
)

examples/bazel-example/WORKSPACE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
66
##############
77
# Bazel stdlib
88
##############
9+
# To update this version, copy-paste instructions from https://github.com/bazelbuild/bazel-skylib/releases
910
http_archive(
1011
name = "bazel_skylib",
1112
sha256 = "1c531376ac7e5a180e0237938a2536de0c54d93f5c278634818e0efc952dd56c",
@@ -43,6 +44,7 @@ rules_proto_toolchains()
4344
##############
4445
# JVM External
4546
##############
47+
# To update this version, copy-paste instructions from https://github.com/bazelbuild/rules_jvm_external/releases
4648
RULES_JVM_EXTERNAL_TAG = "4.2"
4749
RULES_JVM_EXTERNAL_SHA = "cd1a77b7b02e8e008439ca76fd34f5b07aecb8c752961f9640dea15e9e5ba1ca"
4850
http_archive(

0 commit comments

Comments
 (0)