Skip to content

Commit 90b6914

Browse files
authored
Merge pull request #2 from ordo-one/feature/sc-3840/use-new-swift-foundation-functionality-instead
fix(patch): [sc-3840] Refer dependencies using branches to avoid SPM complaining.
2 parents 7a11c1a + 5e1da58 commit 90b6914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ let package = Package(
1717
.package(
1818
url: "https://github.com/ordo-one/swift-collections",
1919
// revision: "d8003787efafa82f9805594bc51100be29ac6903"), // on release/1.1
20-
branch: "release/1.1-d8003787efafa82f9805594bc51100be29ac6903"),
20+
.upToNextMajor(from: "1.1.0-ordoalpha.1")),
2121
.package(
2222
url: "https://github.com/ordo-one/swift-foundation-icu",
2323
// revision: "0c1de7149a39a9ff82d4db66234dec587b30a3ad"),
24-
branch: "main"),
24+
.upToNextMajor(from: "0.0.3-ordoalpha.1")),
2525
.package(
2626
url: "https://github.com/apple/swift-syntax.git",
2727
from: "509.0.0")

0 commit comments

Comments
 (0)