Skip to content
This repository was archived by the owner on Sep 15, 2021. It is now read-only.

Commit 3c6a103

Browse files
authored
Update rules_sass dependency. Update docs to prepare for 0.1.2 release. (#41)
1 parent 0374e2a commit 3c6a103

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ workspace(name = "io_bazel_skydoc")
33
git_repository(
44
name = "io_bazel_rules_sass",
55
remote = "https://github.com/bazelbuild/rules_sass.git",
6-
commit = "931508528093364b86abd44a5b9401e5150f1ba7",
6+
tag = "0.0.2",
77
)
88
load("@io_bazel_rules_sass//sass:sass.bzl", "sass_repositories")
99
sass_repositories()

site/docs/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ To use Skydoc, add the following to your `WORKSPACE` file:
2525
git_repository(
2626
name = "io_bazel_rules_sass",
2727
remote = "https://github.com/bazelbuild/rules_sass.git",
28-
tag = "0.0.1",
28+
tag = "0.0.2",
2929
)
3030
load("@io_bazel_rules_sass//sass:sass.bzl", "sass_repositories")
3131
sass_repositories()
3232

3333
git_repository(
3434
name = "io_bazel_skydoc",
3535
remote = "https://github.com/bazelbuild/skydoc.git",
36-
tag = "0.0.3",
36+
tag = "0.1.2",
3737
)
3838
load("@io_bazel_skydoc//skylark:skylark.bzl", "skydoc_repositories")
3939
skydoc_repositories()

0 commit comments

Comments
 (0)