diff --git a/.tuist-version b/.tuist-version index 13d683c..f85bf6e 100644 --- a/.tuist-version +++ b/.tuist-version @@ -1 +1 @@ -3.0.1 \ No newline at end of file +3.17.0 \ No newline at end of file diff --git a/Tuist/Dependencies.swift b/Tuist/Dependencies.swift index b049c2a..7b8a9b0 100644 --- a/Tuist/Dependencies.swift +++ b/Tuist/Dependencies.swift @@ -9,8 +9,8 @@ import ProjectDescription let dependencies = Dependencies( swiftPackageManager: [ - .remote(url: "https://github.com/sendbird/sendbird-chat-sdk-ios", requirement: .upToNextMinor(from: "4.9.5")), - .remote(url: "https://github.com/onevcat/Kingfisher", requirement: .upToNextMinor(from: "7.8.1")), + .remote(url: "https://github.com/sendbird/sendbird-chat-sdk-ios", requirement: .exact("4.24.1")), + .remote(url: "https://github.com/onevcat/Kingfisher", requirement: .exact("8.1.0")), ], platforms: [.iOS] )