Skip to content

Commit 76d95e6

Browse files
committed
Use main branch on dependencies.
1 parent 5d47a5d commit 76d95e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ 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/SwiftAtk.git", branch: "development"),
11-
.package(url: "https://github.com/rhx/SwiftGdk.git", branch: "development"),
9+
.package(url: "https://github.com/rhx/gir2swift.git", branch: "main"),
10+
.package(url: "https://github.com/rhx/SwiftAtk.git", branch: "main"),
11+
.package(url: "https://github.com/rhx/SwiftGdk.git", branch: "main"),
1212
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
1313
],
1414
targets: [

0 commit comments

Comments
 (0)