diff --git a/Tuist/Dependencies.swift b/Tuist/Dependencies.swift index 9c7ee14a..2f4a1251 100644 --- a/Tuist/Dependencies.swift +++ b/Tuist/Dependencies.swift @@ -15,7 +15,7 @@ let dependencies = Dependencies( .remote(url: "https://github.com/Moya/Moya.git", requirement: .upToNextMajor(from: "15.0.3")), .remote(url: "https://github.com/onevcat/Kingfisher.git", requirement: .upToNextMajor(from: "7.9.1")), .remote(url: "https://github.com/ReactiveX/RxSwift.git", requirement: .upToNextMajor(from: "6.6.0")), - .remote(url: "https://github.com/jaemyeong/NMapsMap.git", requirement: .upToNextMajor(from: "3.17.0")), + .remote(url: "https://github.com/jaemyeong/NMapsMap.git", requirement: .exact("3.17.0")), .remote(url: "https://github.com/RxSwiftCommunity/RxDataSources.git", requirement: .upToNextMajor(from: "5.0.2")), .remote(url: "https://github.com/RxSwiftCommunity/RxKeyboard.git", requirement: .upToNextMajor(from: "2.0.1")), .remote(url: "https://github.com/scenee/FloatingPanel.git", requirement: .upToNextMajor(from: "2.8.0")),