File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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
78http_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
3537RULES_JVM_EXTERNAL_TAG = "4.2"
3638RULES_JVM_EXTERNAL_SHA = "cd1a77b7b02e8e008439ca76fd34f5b07aecb8c752961f9640dea15e9e5ba1ca"
3739http_archive (
@@ -54,4 +56,4 @@ maven_install(
5456 repositories = [
5557 "https://repo1.maven.org/maven2" ,
5658 ],
57- )
59+ )
Original file line number Diff line number Diff 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
910http_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
4648RULES_JVM_EXTERNAL_TAG = "4.2"
4749RULES_JVM_EXTERNAL_SHA = "cd1a77b7b02e8e008439ca76fd34f5b07aecb8c752961f9640dea15e9e5ba1ca"
4850http_archive (
You can’t perform that action at this time.
0 commit comments