Skip to content

Commit ea1b312

Browse files
bump deps (#130)
## What is the goal of this PR? Bump VERSION, dependencies and artifact to prepare for release of console alpha-7 ## What are the changes implemented in this PR? Bump VERSION, dependencies and core artifact
1 parent 92ea9cc commit ea1b312

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0-alpha-6
1+
2.0.0-alpha-7

dependencies/graknlabs/artifacts.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ def graknlabs_grakn_core_artifact():
2525
artifact_name = "grakn-core-server-linux-{version}.tar.gz",
2626
tag_source = deployment["artifact.release"],
2727
commit_source = deployment["artifact.snapshot"],
28-
commit = "4d449aa198fd5cceca54cb3889114ab5aa1b8e5e",
28+
commit = "c04b5f105914c690cbd54e6bdc6a4eb9dda2b3e7",
2929
)

dependencies/graknlabs/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ def graknlabs_common():
2828
git_repository(
2929
name = "graknlabs_common",
3030
remote = "https://github.com/graknlabs/common",
31-
tag = "2.0.0-alpha-7" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common
31+
tag = "2.0.0-alpha-8" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_common
3232
)
3333

3434
def graknlabs_client_java():
3535
git_repository(
3636
name = "graknlabs_client_java",
3737
remote = "https://github.com/graknlabs/client-java",
38-
commit = "42b25b2a44abe13f0ad09318c1d5df4642737a3b", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_client_java
38+
tag = "2.0.0-alpha-10", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_client_java
3939
)

0 commit comments

Comments
 (0)