build: update buildifier to latest (#24296) (#24453)

this matches the version in ngcontainer:0.3.1

PR Close #24296

PR Close #24453
This commit is contained in:
Alex Eagle
2018-06-04 10:45:27 -07:00
committed by Miško Hevery
parent 880b03101e
commit b3089b4963
20 changed files with 66 additions and 65 deletions

View File

@ -33,9 +33,9 @@ http_archive(
http_archive(
name = "io_bazel_rules_sass",
url = "https://github.com/bazelbuild/rules_sass/archive/0.0.3.zip",
strip_prefix = "rules_sass-0.0.3",
sha256 = "8fa98e7b48a5837c286a1ea254b5a5c592fced819ee9fe4fdd759768d97be868",
url = "https://github.com/bazelbuild/rules_sass/archive/0.1.0.zip",
strip_prefix = "rules_sass-0.1.0",
sha256 = "b243c4d64f054c174051785862ab079050d90b37a1cef7da93821c6981cb9ad4",
)
#
@ -64,7 +64,7 @@ load("@build_bazel_rules_typescript//:defs.bzl", "ts_setup_workspace")
ts_setup_workspace()
load("@io_bazel_rules_sass//sass:sass.bzl", "sass_repositories")
load("@io_bazel_rules_sass//sass:sass_repositories.bzl", "sass_repositories")
sass_repositories()