Skip to content

Commit

Permalink
Update Package.swift (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii authored Dec 14, 2023
1 parent ecc5e4a commit 6e41f28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,8 @@ fastlane/test_output

.DS_Store

# Tuist
Derived
*.xcodeproj

# End of https://www.gitignore.io/api/swift
2 changes: 2 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ let package = Package(
dependencies: [
"VergeMacros",
"VergeComparator",
"VergeMacrosPlugin",
.product(name: "Atomics", package: "swift-atomics"),
.product(name: "DequeModule", package: "swift-collections"),
.product(name: "ConcurrencyTaskManager", package: "swift-concurrency-task-manager"),
Expand All @@ -67,6 +68,7 @@ let package = Package(
name: "VergeNormalization",
dependencies: [
"VergeMacros",
"VergeMacrosPlugin",
"VergeComparator",
.product(name: "HashTreeCollections", package: "swift-collections"),
]
Expand Down

0 comments on commit 6e41f28

Please sign in to comment.