Skip to content

Commit

Permalink
[Fix] #426 - Kingfisher 버전 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwogus0128 authored and yungu0010 committed Oct 29, 2024
1 parent b08a638 commit dff2732
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SOPT-iOS/Tuist/Dependencies.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let spm = SwiftPackageManagerDependencies([
.remote(url: "https://github.com/SnapKit/SnapKit.git", requirement: .upToNextMinor(from: "5.0.0")),
.remote(url: "https://github.com/Moya/Moya.git", requirement: .upToNextMajor(from: "15.0.0")),
.remote(url: "https://github.com/devxoul/Then", requirement: .upToNextMajor(from: "2")),
.remote(url: "https://github.com/onevcat/Kingfisher.git", requirement: .upToNextMajor(from: "7.6.2")),
.remote(url: "https://github.com/onevcat/Kingfisher.git", requirement: .upToNextMajor(from: "7.12.0")),
.remote(url: "https://github.com/FLEXTool/FLEX.git", requirement: .upToNextMajor(from: "4.3.0")),
.remote(url: "https://github.com/krzysztofzablocki/Inject.git", requirement: .upToNextMajor(from: "1.0.5")),
.remote(url: "https://github.com/Quick/Quick.git", requirement: .upToNextMajor(from: "5.0.0")),
Expand Down
5 changes: 5 additions & 0 deletions SOPT-iOS/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"dependencies": {
"@sentry/cli": "^2.38.0"
}
}

0 comments on commit dff2732

Please sign in to comment.