Skip to content

Commit

Permalink
📦 :: 네이버 맵 버전 고정
Browse files Browse the repository at this point in the history
  • Loading branch information
yongbeomkwak committed Nov 29, 2023
1 parent 298f620 commit 0e62713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tuist/Dependencies.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")),
Expand Down

0 comments on commit 0e62713

Please sign in to comment.