Skip to content

Commit 8ce37fe

Browse files
committed
actions
1 parent 0ca9a6c commit 8ce37fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
dependencies: [
1313
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0"),
1414
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.3.0"),
15-
.package(url: "git@github.com:sebsto/swift-bedrock-library.git", branch: "main"),
15+
.package(url: "https://github.com/sebsto/swift-bedrock-library.git", branch: "main"),
1616
],
1717
targets: [
1818
.executableTarget(

0 commit comments

Comments
 (0)