Skip to content

Commit 05b3bf1

Browse files
authored
Downgrade typeql to the latest tag version for the release (#662)
## Usage and product changes Downgrade typeql to the latest tag version for the release
1 parent e7de41e commit 05b3bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies/vaticle/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def vaticle_typeql():
2828
git_repository(
2929
name = "vaticle_typeql",
3030
remote = "https://github.com/vaticle/typeql",
31-
commit = "a4d6f02d79a72b6e02c6870b92b8b20a1f4291d4", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql
31+
tag = "2.28.1", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql
3232
)
3333

3434
def vaticle_typedb_protocol():

0 commit comments

Comments
 (0)