File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11workspace (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+
39git_repository (
410 name = "io_bazel_rules_jsonnet" ,
5- commit = "4b5b408219a5a050c24badeeeab5197b4e9b493b " ,
11+ commit = "04d49278cfe19828d9d041e2f4f30988daa8198d " ,
612 remote = "https://github.com/bazelbuild/rules_jsonnet.git" ,
713)
814
915load ("@io_bazel_rules_jsonnet//jsonnet:jsonnet.bzl" , "jsonnet_repositories" )
1016
1117jsonnet_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-
1919git_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
2525load ("@io_bazel_rules_sass//sass:sass.bzl" , "sass_repositories" )
@@ -29,7 +29,7 @@ sass_repositories()
2929git_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
3535load ("@io_bazel_skydoc//skylark:skylark.bzl" , "skydoc_repositories" )
You can’t perform that action at this time.
0 commit comments