Skip to content

Commit

Permalink
e Simplify package dependency description
Browse files Browse the repository at this point in the history
No need for explicit name
  • Loading branch information
jonreid committed Nov 25, 2021
1 parent 4d05596 commit a6caabf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Examples/MacExample-SwiftPackageManager/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ let package = Package(
// begin-snippet: swiftpm-declare-dependencies
dependencies: [
.package(
name: "OCMockito",
url: "https://github.com/jonreid/OCMockito",
.branch("main")
// .upToNextMajor(from: "7.0.0")
Expand Down

0 comments on commit a6caabf

Please sign in to comment.