Skip to content

Commit e127a94

Browse files
committed
Use main branch on dependencies.
1 parent cb92cf4 commit e127a94

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
@@ -6,8 +6,8 @@ let package = Package(
66
name: "GIO",
77
products: [ .library(name: "GIO", targets: ["GIO"]) ],
88
dependencies: [
9-
.package(url: "https://github.com/rhx/gir2swift.git", branch: "development"),
10-
.package(url: "https://github.com/rhx/SwiftGObject.git", branch: "development"),
9+
.package(url: "https://github.com/rhx/gir2swift.git", branch: "main"),
10+
.package(url: "https://github.com/rhx/SwiftGObject.git", branch: "main"),
1111
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
1212
],
1313
targets: [

0 commit comments

Comments
 (0)