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 304defd commit 98b92a8Copy full SHA for 98b92a8
Package.swift
@@ -28,7 +28,7 @@ let package = Package(
28
.package(url: "https://github.com/apple/swift-nio.git", from: "2.22.0"),
29
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.1.0"),
30
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.0.0"),
31
- .package(url: "https://github.com/Apodini/Presenter.git", .branch("develop"))
+ .package(url: "https://github.com/Apodini/Presenter.git", from: "0.1.0")
32
],
33
targets: [
34
.target(
0 commit comments