Skip to content

Commit 7b03d2b

Browse files
authored
Merge pull request #21 from GoodRequest/remove-unused-dependency
fix: Remove unused dependency
2 parents a003cbd + c35ec36 commit 7b03d2b

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

Package.resolved

Lines changed: 1 addition & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ let package = Package(
2525
)
2626
],
2727
dependencies: [
28-
.package(url: "https://github.com/CombineCommunity/CombineExt.git", from: "1.0.0"),
2928
.package(url: "https://github.com/apple/swift-syntax.git", .upToNextMajor(from: "600.0.0"))
3029
],
3130
targets: [

0 commit comments

Comments
 (0)