Skip to content

Commit

Permalink
@vaticle_typedb_common version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lolski committed Mar 4, 2022
1 parent 8e1e7ea commit ed90afc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies/vaticle/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def vaticle_typedb_common():
git_repository(
name = "vaticle_typedb_common",
remote = "https://github.com/vaticle/typedb-common",
tag = "2.6.1" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
commit = "aef253b0d62a3b0d97c166107528feed787cd154" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
)

def vaticle_dependencies():
Expand Down
2 changes: 1 addition & 1 deletion test/behaviour/connection/ConnectionStepsCluster.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class ConnectionStepsCluster extends ConnectionStepsBase {
void beforeAll() {
TypeDBClusterRunner server;
try {
server = new TypeDBClusterRunner();
server = TypeDBClusterRunner.create();
} catch (InterruptedException | TimeoutException | IOException e) {
throw new RuntimeException(e);
}
Expand Down

0 comments on commit ed90afc

Please sign in to comment.