Skip to content

Commit 69e7237

Browse files
committed
Use main branch on dependencies.
1 parent be3c42f commit 69e7237

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: "GModule",
77
products: [ .library(name: "GModule", targets: ["GModule"]) ],
88
dependencies: [
9-
.package(url: "https://github.com/rhx/gir2swift.git", branch: "development"),
10-
.package(url: "https://github.com/rhx/SwiftGLib.git", branch: "development"),
9+
.package(url: "https://github.com/rhx/gir2swift.git", branch: "main"),
10+
.package(url: "https://github.com/rhx/SwiftGLib.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)