Skip to content

Commit ca1aa6f

Browse files
authored
Use latest typedb artifact (#397)
## What is the goal of this PR? We updated the `typedb` artifact to the latest released version `2.14.3`.
1 parent c4327aa commit ca1aa6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies/vaticle/artifacts.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def vaticle_typedb_artifact():
2929
artifact_name = "typedb-server-{platform}-{version}.{ext}",
3030
tag_source = deployment["artifact.release"],
3131
commit_source = deployment["artifact.snapshot"],
32-
commit = "1248eb43c7f0c3577e7da2b10254305ce2def0a9",
32+
tag = "2.14.3",
3333
)
3434

3535
def vaticle_typedb_cluster_artifact():

0 commit comments

Comments
 (0)