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

Commit

Permalink
Update rules_sass dependency. Update docs to prepare for 0.1.2 releas…
Browse files Browse the repository at this point in the history
…e. (#41)
  • Loading branch information
davidzchen committed Feb 10, 2017
1 parent 0374e2a commit 3c6a103
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ workspace(name = "io_bazel_skydoc")
git_repository(
name = "io_bazel_rules_sass",
remote = "https://github.com/bazelbuild/rules_sass.git",
commit = "931508528093364b86abd44a5b9401e5150f1ba7",
tag = "0.0.2",
)
load("@io_bazel_rules_sass//sass:sass.bzl", "sass_repositories")
sass_repositories()
Expand Down
4 changes: 2 additions & 2 deletions site/docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ To use Skydoc, add the following to your `WORKSPACE` file:
git_repository(
name = "io_bazel_rules_sass",
remote = "https://github.com/bazelbuild/rules_sass.git",
tag = "0.0.1",
tag = "0.0.2",
)
load("@io_bazel_rules_sass//sass:sass.bzl", "sass_repositories")
sass_repositories()

git_repository(
name = "io_bazel_skydoc",
remote = "https://github.com/bazelbuild/skydoc.git",
tag = "0.0.3",
tag = "0.1.2",
)
load("@io_bazel_skydoc//skylark:skylark.bzl", "skydoc_repositories")
skydoc_repositories()
Expand Down

0 comments on commit 3c6a103

Please sign in to comment.