Skip to content

Commit ba21763

Browse files
committed
Use main branch on dependencies.
1 parent 2227ee5 commit ba21763

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
@@ -10,8 +10,8 @@ let package = Package(
1010
targets: ["Graphene"]),
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/rhx/gir2swift.git", branch: "development"),
14-
.package(url: "https://github.com/rhx/SwiftGObject.git", branch: "development"),
13+
.package(url: "https://github.com/rhx/gir2swift.git", branch: "main"),
14+
.package(url: "https://github.com/rhx/SwiftGObject.git", branch: "main"),
1515
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
1616
],
1717
targets: [

0 commit comments

Comments
 (0)