Skip to content

Commit 88c8901

Browse files
committed
Use main branch on dependencies.
1 parent fb35642 commit 88c8901

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ let package = Package(
66
name: "Gtk",
77
products: [ .library(name: "Gtk", targets: ["Gtk"]) ],
88
dependencies: [
9-
.package(url: "https://github.com/rhx/gir2swift.git", branch: "development"),
10-
.package(url: "https://github.com/rhx/SwiftGraphene.git", branch: "development"),
11-
.package(url: "https://github.com/rhx/SwiftAtk.git", branch: "development"),
12-
.package(url: "https://github.com/rhx/SwiftGsk.git", branch: "development"),
9+
.package(url: "https://github.com/rhx/gir2swift.git", branch: "main"),
10+
.package(url: "https://github.com/rhx/SwiftGraphene.git", branch: "main"),
11+
.package(url: "https://github.com/rhx/SwiftAtk.git", branch: "main"),
12+
.package(url: "https://github.com/rhx/SwiftGsk.git", branch: "main"),
1313
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
1414
],
1515
targets: [

0 commit comments

Comments
 (0)