Spaces:
Sleeping
Sleeping
Update WORKSPACE
Browse files
WORKSPACE
CHANGED
|
@@ -111,7 +111,7 @@ http_archive(
|
|
| 111 |
git_repository(
|
| 112 |
name = "com_google_glog",
|
| 113 |
remote = "https://github.com/google/glog.git",
|
| 114 |
-
|
| 115 |
)
|
| 116 |
# Dependency for glog
|
| 117 |
git_repository(
|
|
@@ -151,4 +151,4 @@ http_archive(
|
|
| 151 |
|
| 152 |
load("@gmaven_rules//:gmaven.bzl", "gmaven_rules")
|
| 153 |
|
| 154 |
-
gmaven_rules()
|
|
|
|
| 111 |
git_repository(
|
| 112 |
name = "com_google_glog",
|
| 113 |
remote = "https://github.com/google/glog.git",
|
| 114 |
+
tag = "v0.5.0"
|
| 115 |
)
|
| 116 |
# Dependency for glog
|
| 117 |
git_repository(
|
|
|
|
| 151 |
|
| 152 |
load("@gmaven_rules//:gmaven.bzl", "gmaven_rules")
|
| 153 |
|
| 154 |
+
gmaven_rules()
|