Skip to content

Commit

Permalink
Merge pull request #201 from sendbird/celine/clnp-6141-tuist
Browse files Browse the repository at this point in the history
Updated tuist and dependencies versions to support Swift 6
  • Loading branch information
lookdeceline authored Jan 8, 2025
2 parents c81a9d8 + d90ab17 commit 1827b6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tuist-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.1
3.17.0
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.9.5")),
.remote(url: "https://github.com/onevcat/Kingfisher", requirement: .upToNextMinor(from: "7.8.1")),
.remote(url: "https://github.com/sendbird/sendbird-chat-sdk-ios", requirement: .exact("4.24.1")),
.remote(url: "https://github.com/onevcat/Kingfisher", requirement: .exact("8.1.0")),
],
platforms: [.iOS]
)

0 comments on commit 1827b6c

Please sign in to comment.