diff --git a/Move.toml b/Move.toml index f4655a8..b306f9f 100644 --- a/Move.toml +++ b/Move.toml @@ -3,8 +3,8 @@ name = "Syrup" version = "0.4.0" [dependencies] -NftProtocol = { git = "https://github.com/Origin-Byte/nft-protocol", rev = "0.3.0" } -Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework", rev = "devnet-0.9.0" } +NftProtocol = { git = "https://github.com/Origin-Byte/nft-protocol", rev = "0.4.0" } +Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework", rev = "devnet-0.10.0" } [addresses] syrup = "0x0"