From 215aaf5aec2ff806ecb13d6bd7eae51fee0b1864 Mon Sep 17 00:00:00 2001 From: HyunSu1768 Date: Wed, 20 Mar 2024 12:28:14 +0900 Subject: [PATCH] =?UTF-8?q?FIX=20::=20moya=20=EB=B2=84=EC=A0=84=20?= =?UTF-8?q?=EC=88=98=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 ca8e4ec0..f0838f7a 100644 --- a/Tuist/Dependencies.swift +++ b/Tuist/Dependencies.swift @@ -9,7 +9,7 @@ let dependencies = Dependencies( .remote(url: "https://github.com/ReactiveX/RxSwift.git", requirement: .upToNextMinor(from: "6.5.0")), .remote(url: "https://github.com/RxSwiftCommunity/RxFlow.git", requirement: .upToNextMajor(from: "2.13.0")), .remote(url: "https://github.com/Swinject/Swinject.git", requirement: .upToNextMajor(from: "2.8.3")), - .remote(url: "https://github.com/Moya/Moya.git", requirement: .upToNextMajor(from: "15.0.0")), + .package(url: "https://github.com/Moya/Moya.git", .upToNextMajor(from: "15.0.0")), .remote(url: "https://github.com/airbnb/lottie-ios", requirement: .upToNextMajor(from: "4.3.3")), .remote(url: "https://github.com/onevcat/Kingfisher", requirement: .upToNextMajor(from: "7.0.0")), .remote(url: "https://github.com/MaeumgaGym/MindGymKit", requirement: .upToNextMajor(from: "0.2.4")),