Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 0d70c40

Browse files
Bump TypeDB artifacts to 2.19.0
1 parent 5b6a1e9 commit 0d70c40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencies/vaticle/artifacts.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def vaticle_typedb_artifacts():
2929
artifact_name = "typedb-server-{platform}-{version}.{ext}",
3030
tag_source = deployment["artifact.release"],
3131
commit_source = deployment["artifact.snapshot"],
32-
commit = "ad86a23fb78dda097a8b61b9d01ef68751cb14c1",
32+
tag = "2.19.0",
3333
)
3434

3535
def vaticle_typedb_cluster_artifacts():
@@ -39,5 +39,5 @@ def vaticle_typedb_cluster_artifacts():
3939
artifact_name = "typedb-cluster-all-{platform}-{version}.{ext}",
4040
tag_source = deployment_private["artifact.release"],
4141
commit_source = deployment_private["artifact.snapshot"],
42-
commit = "6e00e0bff33c8c9c90f6393620dd30a9526748c3",
42+
tag = "2.19.0",
4343
)

0 commit comments

Comments
 (0)