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 cd470a8 commit 78ea2deCopy full SHA for 78ea2de
web-playground/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(path: "../../swift-bedrock-library"),
+ .package(name: "swift-bedrock-library", path: "../.."),
16
],
17
targets: [
18
.executableTarget(
0 commit comments