Skip to content

Commit 1ac0565

Browse files
committed
build: fix rules_sass error
Updates to the latest version of `rules_sass` in order to fix an error that is currently breaking the build.
1 parent 781a45a commit 1ac0565

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ http_archive(
1616
# Add sass rules
1717
http_archive(
1818
name = "io_bazel_rules_sass",
19-
sha256 = "903858e0fb5eda0b36d37e1ce4cbcfbe03f65a5f153d894dc8a9894a4884e564",
20-
strip_prefix = "rules_sass-1.49.0",
19+
sha256 = "68b58c69cda77c4f765be92cf076400d882ea2f10d66eaf369ed69409afab5be",
20+
strip_prefix = "rules_sass-1.49.4",
2121
urls = [
22-
"https://github.com/bazelbuild/rules_sass/archive/1.49.0.zip",
22+
"https://github.com/bazelbuild/rules_sass/archive/1.49.4.zip",
2323
],
2424
)
2525

0 commit comments

Comments
 (0)