Skip to content

Commit d74db20

Browse files
committed
[BOOK-71] fix: 현시점 가장 최신 버전으로 고정
1 parent ad3832d commit d74db20

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/Tuist/Package.resolved

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Tuist/Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ let package = Package(
1919
name: "src",
2020
dependencies: [
2121
.package(url: "https://github.com/kakao/kakao-ios-sdk", from: "2.23.0"),
22-
.package(url: "https://github.com/Quick/Nimble.git", branch: "main"),
23-
.package(url: "https://github.com/Quick/Quick.git", branch: "main")
22+
.package(url: "https://github.com/Quick/Nimble.git", from: "13.7.1"),
23+
.package(url: "https://github.com/Quick/Quick.git", from: "7.6.2")
2424
// Add your own dependencies here:
2525
// .package(url: "https://github.com/Alamofire/Alamofire", from: "5.0.0"),
2626
// You can read more about dependencies here: https://docs.tuist.io/documentation/tuist/dependencies

0 commit comments

Comments
 (0)