We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7866197 commit 55f534dCopy full SHA for 55f534d
common/deps.bzl
@@ -18,7 +18,7 @@ def rules_pkg():
18
def rules_kotlin():
19
http_archive(
20
name = "io_bazel_rules_kotlin",
21
- urls = ["https://github.com/vaticle/typedb/archive/c2519b00299cff9df22267e8359784e9948dba67.zip"],
+ urls = ["https://github.com/typedb/typedb/archive/c2519b00299cff9df22267e8359784e9948dba67.zip"],
22
type = "zip",
23
strip_prefix = "rules_kotlin-c2519b00299cff9df22267e8359784e9948dba67",
24
sha256 = "1455f2ec4bf7ea12d2c90b0dfd6402553c3bb6cbc0271023e2e01ccdefb4a49a",
0 commit comments