We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca9a6c commit 8ce37feCopy full SHA for 8ce37fe
backend/Package.swift
@@ -12,7 +12,7 @@ let package = Package(
12
dependencies: [
13
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0"),
14
.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"),
+ .package(url: "https://github.com/sebsto/swift-bedrock-library.git", branch: "main"),
16
],
17
targets: [
18
.executableTarget(
0 commit comments