Skip to content

Commit

Permalink
Merge pull request #197 from sendbird/jed/update-dependencies
Browse files Browse the repository at this point in the history
Updated Kingfisher for the latest Xcode(14.3)
  • Loading branch information
sf-jed-kyung authored Jul 17, 2023
2 parents e537540 + f1a668b commit c81a9d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tuist/Dependencies.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import ProjectDescription

let dependencies = Dependencies(
swiftPackageManager: [
.remote(url: "https://github.com/sendbird/sendbird-chat-sdk-ios", requirement: .upToNextMinor(from: "4.6.3")),
.remote(url: "https://github.com/onevcat/Kingfisher", requirement: .upToNextMinor(from: "7.2.0")),
.remote(url: "https://github.com/sendbird/sendbird-chat-sdk-ios", requirement: .upToNextMinor(from: "4.9.5")),
.remote(url: "https://github.com/onevcat/Kingfisher", requirement: .upToNextMinor(from: "7.8.1")),
],
platforms: [.iOS]
)

0 comments on commit c81a9d8

Please sign in to comment.