Skip to content

Commit 3c8f718

Browse files
committed
Update dependencies
1 parent d6c3894 commit 3c8f718

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

WORKSPACE

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
workspace(name = "com_github_yugui_jsonnetunit")
22

3+
# jsonnet_test refers an external repository @com_github_yugui_jsonnetunit.
4+
local_repository(
5+
name = "com_github_yugui_jsonnetunit",
6+
path = ".",
7+
)
8+
39
git_repository(
410
name = "io_bazel_rules_jsonnet",
5-
commit = "4b5b408219a5a050c24badeeeab5197b4e9b493b",
11+
commit = "04d49278cfe19828d9d041e2f4f30988daa8198d",
612
remote = "https://github.com/bazelbuild/rules_jsonnet.git",
713
)
814

915
load("@io_bazel_rules_jsonnet//jsonnet:jsonnet.bzl", "jsonnet_repositories")
1016

1117
jsonnet_repositories()
1218

13-
# jsonnet_test refers an external repository @com_github_yugui_jsonnetunit.
14-
local_repository(
15-
name = "com_github_yugui_jsonnetunit",
16-
path = ".",
17-
)
18-
1919
git_repository(
2020
name = "io_bazel_rules_sass",
2121
remote = "https://github.com/bazelbuild/rules_sass.git",
22-
tag = "0.0.1",
22+
tag = "0.0.2",
2323
)
2424

2525
load("@io_bazel_rules_sass//sass:sass.bzl", "sass_repositories")
@@ -29,7 +29,7 @@ sass_repositories()
2929
git_repository(
3030
name = "io_bazel_skydoc",
3131
remote = "https://github.com/bazelbuild/skydoc.git",
32-
tag = "0.0.5",
32+
tag = "0.1.3",
3333
)
3434

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

0 commit comments

Comments
 (0)