diff --git a/vitup/Cargo.toml b/vitup/Cargo.toml index 23a51e7f..5ed594f3 100644 --- a/vitup/Cargo.toml +++ b/vitup/Cargo.toml @@ -19,12 +19,12 @@ chain-addr = { git = "https://github.com/input-output-hk/chain-libs.gi chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] } chain-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } chain-vote = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } -jormungandr-testing-utils = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "clean_up_jortestkit" } -jormungandr-lib = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "clean_up_jortestkit" } -jormungandr-scenario-tests = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "clean_up_jortestkit" } +jormungandr-testing-utils = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "master" } +jormungandr-lib = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "master" } +jormungandr-scenario-tests = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "master" } jortestkit = { git = "https://github.com/input-output-hk/jortestkit.git", branch = "master" } -vit-servicing-station-tests = { git = "https://github.com/input-output-hk/vit-servicing-station.git", branch = "master" } -vit-servicing-station-lib = { git = "https://github.com/input-output-hk/vit-servicing-station.git", branch = "master" } +vit-servicing-station-tests = { git = "https://github.com/input-output-hk/vit-servicing-station.git", branch = "challenge-api-tests" } +vit-servicing-station-lib = { git = "https://github.com/input-output-hk/vit-servicing-station.git", branch = "challenge-api-tests" } iapyx = { path = "../iapyx" } poldercast = { git = "https://github.com/primetype/poldercast.git", rev = "8305f1560392a9d26673ca996e7646c8834533ef" } rand = "0.7"