Skip to content

Commit

Permalink
Update tuist and dependencies versions to support Swift 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
lookdeceline committed Jan 7, 2025
1 parent c81a9d8 commit d90ab17
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 d90ab17

Please sign in to comment.