@@ -9,7 +9,7 @@ http_archive(
9
9
10
10
load ("@build_bazel_rules_nodejs//:defs.bzl" , "check_bazel_version" , "node_repositories" , "yarn_install" )
11
11
12
- check_bazel_version ("0.9.0 " )
12
+ check_bazel_version ("0.11.1 " )
13
13
node_repositories (package_json = ["//:package.json" ])
14
14
15
15
yarn_install (
@@ -44,19 +44,19 @@ local_repository(
44
44
# This commit matches the version of buildifier in angular/ngcontainer
45
45
# If you change this, also check if it matches the version in the angular/ngcontainer
46
46
# version in /.circleci/config.yml
47
- BAZEL_BUILDTOOLS_VERSION = "b3b620e8bcff18ed3378cd3f35ebeb7016d71f71 "
47
+ BAZEL_BUILDTOOLS_VERSION = "70bc7843bb9950fece2bc014ed16de03419e36e2 "
48
48
49
49
http_archive (
50
50
name = "com_github_bazelbuild_buildtools" ,
51
51
url = "https://github.com/bazelbuild/buildtools/archive/%s.zip" % BAZEL_BUILDTOOLS_VERSION ,
52
52
strip_prefix = "buildtools-%s" % BAZEL_BUILDTOOLS_VERSION ,
53
- sha256 = "dad19224258ed67cbdbae9b7befb785c3b966e5a33b04b3ce58ddb7824b97d73 " ,
53
+ sha256 = "367c23a5fe7fc2a7cb57863d3718b4149f0e57426c48c8ad54c45348a0b53cc1 " ,
54
54
)
55
55
56
56
http_archive (
57
57
name = "io_bazel_rules_go" ,
58
- url = "https://github.com/bazelbuild/rules_go/releases/download/0.7.1 /rules_go-0.7.1 .tar.gz" ,
59
- sha256 = "341d5eacef704415386974bc82a1783a8b7ffbff2ab6ba02375e1ca20d9b031c " ,
58
+ url = "https://github.com/bazelbuild/rules_go/releases/download/0.10.3 /rules_go-0.10.3 .tar.gz" ,
59
+ sha256 = "feba3278c13cde8d67e341a837f69a029f698d7a27ddbb2a202be7a10b22142a " ,
60
60
)
61
61
62
62
load ("@io_bazel_rules_go//go:def.bzl" , "go_rules_dependencies" , "go_register_toolchains" )
@@ -68,9 +68,9 @@ go_register_toolchains()
68
68
# Fetching the Bazel source code allows us to compile the Skylark linter
69
69
http_archive (
70
70
name = "io_bazel" ,
71
- url = "https://github.com/bazelbuild/bazel/archive/9755c72b48866ed034bd28aa033e9abd27431b1e .zip" ,
72
- strip_prefix = "bazel-9755c72b48866ed034bd28aa033e9abd27431b1e " ,
73
- sha256 = "5b8443fc3481b5fcd9e7f348e1dd93c1397f78b223623c39eb56494c55f41962 " ,
71
+ url = "https://github.com/bazelbuild/bazel/archive/5a35e72f9e97c06540c479f8c31512fb4656202f .zip" ,
72
+ strip_prefix = "bazel-5a35e72f9e97c06540c479f8c31512fb4656202f " ,
73
+ sha256 = "ed33a52874c14e3b487fb50f390c541fab9c81a33d986d38fb01766a66dbcd21 " ,
74
74
)
75
75
76
76
# We have a source dependency on the Devkit repository, because it's built with
0 commit comments