Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jul 21, 2021. It is now read-only.

Commit 22260b5

Browse filesBrowse files
authored
Merge pull request bazel-contrib#13 from vladmos/depset
Update dependencies for compatibility with Bazel 0.6.0
2 parents 40d44a7 + d81e0ec commit 22260b5
Copy full SHA for 22260b5

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎WORKSPACE

Copy file name to clipboardExpand all lines: WORKSPACE
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ workspace(name = "io_bazel_rules_python")
1717
git_repository(
1818
name = "io_bazel_rules_sass",
1919
remote = "https://github.com/bazelbuild/rules_sass.git",
20-
tag = "0.0.2",
20+
tag = "0.0.3",
2121
)
2222

2323
load("@io_bazel_rules_sass//sass:sass.bzl", "sass_repositories")
@@ -27,7 +27,7 @@ sass_repositories()
2727
git_repository(
2828
name = "io_bazel_skydoc",
2929
remote = "https://github.com/bazelbuild/skydoc.git",
30-
tag = "0.1.3",
30+
commit = "e9be81cf5be41e4200749f5d8aa2db7955f8aacc",
3131
)
3232

3333
load("@io_bazel_skydoc//skylark:skylark.bzl", "skydoc_repositories")

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.