From 0e627132432cd138441a445e5d5afe5d5ecd5df5 Mon Sep 17 00:00:00 2001 From: Hamp Date: Wed, 29 Nov 2023 16:10:15 +0900 Subject: [PATCH] =?UTF-8?q?:package:=20::=20=EB=84=A4=EC=9D=B4=EB=B2=84=20?= =?UTF-8?q?=EB=A7=B5=20=EB=B2=84=EC=A0=84=20=EA=B3=A0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tuist/Dependencies.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")),