Skip to content

Commit a4832f2

Browse files
bump dependencies to released tag (#63)
## What is the goal of this PR? Bump dependencies to released tag ## What are the changes implemented in this PR? * Depend on released `dependencies` repo 0.1 * bump VERSION to 1.0.8
1 parent 357c1cc commit a4832f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.7
1+
1.0.8

dependencies/graknlabs/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def graknlabs_dependencies():
2121
git_repository(
2222
name = "graknlabs_dependencies",
2323
remote = "https://github.com/graknlabs/dependencies",
24-
commit = "1f7e4a696cc7b7492354750c337ae3f67ff39f06", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_dependencies
24+
tag = "0.1", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_dependencies
2525
)
2626

2727
def graknlabs_common():

0 commit comments

Comments
 (0)