Skip to content

Commit 12e28c7

Browse files
committed
Switch back to Paris dep as a branch https://forums.swift.org/t/27359
1 parent 60bb914 commit 12e28c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ let package = Package(
4444
// .package(url: /* package url */, from: "1.0.0"),
4545
.package(name: "Barcelona", url: "https://github.com/open-imcore/barcelona", .branchItem("spm")),
4646
.package(url: "https://github.com/open-imcore/BarcelonaFoundation", from: "1.0.2"),
47-
.package(url: "https://github.com/EricRabil/Paris", .upToNextMinor(from: "1.0.0")),
47+
.package(url: "https://github.com/EricRabil/Paris", .branchItem("main")),
4848
.package(name: "FeatureFlags", url: "https://github.com/EricRabil/FeatureFlags.swift", from: "1.0.0"),
4949
.package(url: "https://github.com/sendyhalim/Swime", .upToNextMajor(from: "3.0.7")),
5050
.package(url: "https://github.com/steipete/InterposeKit", .branchItem("master")),

0 commit comments

Comments
 (0)