Skip to content

Commit

Permalink
Merge pull request #427 from sopt-makers/fix/#426-kingfisher-version-…
Browse files Browse the repository at this point in the history
…update

[Fix] #426 - Kingfisher 버전 업데이트
  • Loading branch information
dlwogus0128 authored Oct 31, 2024
2 parents 498957b + 8d9a240 commit afecc6d
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 afecc6d

Please sign in to comment.