@@ -9,7 +9,7 @@ http_archive(
99
1010load ("@build_bazel_rules_nodejs//:defs.bzl" , "check_bazel_version" , "node_repositories" , "yarn_install" )
1111
12- check_bazel_version ("0.9.0 " )
12+ check_bazel_version ("0.11.1 " )
1313node_repositories (package_json = ["//:package.json" ])
1414
1515yarn_install (
@@ -44,19 +44,19 @@ local_repository(
4444# This commit matches the version of buildifier in angular/ngcontainer
4545# If you change this, also check if it matches the version in the angular/ngcontainer
4646# version in /.circleci/config.yml
47- BAZEL_BUILDTOOLS_VERSION = "b3b620e8bcff18ed3378cd3f35ebeb7016d71f71 "
47+ BAZEL_BUILDTOOLS_VERSION = "70bc7843bb9950fece2bc014ed16de03419e36e2 "
4848
4949http_archive (
5050 name = "com_github_bazelbuild_buildtools" ,
5151 url = "https://github.com/bazelbuild/buildtools/archive/%s.zip" % BAZEL_BUILDTOOLS_VERSION ,
5252 strip_prefix = "buildtools-%s" % BAZEL_BUILDTOOLS_VERSION ,
53- sha256 = "dad19224258ed67cbdbae9b7befb785c3b966e5a33b04b3ce58ddb7824b97d73 " ,
53+ sha256 = "367c23a5fe7fc2a7cb57863d3718b4149f0e57426c48c8ad54c45348a0b53cc1 " ,
5454)
5555
5656http_archive (
5757 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 " ,
6060)
6161
6262load ("@io_bazel_rules_go//go:def.bzl" , "go_rules_dependencies" , "go_register_toolchains" )
@@ -68,9 +68,9 @@ go_register_toolchains()
6868# Fetching the Bazel source code allows us to compile the Skylark linter
6969http_archive (
7070 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 " ,
7474)
7575
7676# We have a source dependency on the Devkit repository, because it's built with
0 commit comments