Skip to content

Commit 98b92a8

Browse files
author
Paul Schmiedmayer
committed
Use Presenter 0.1.0
1 parent 304defd commit 98b92a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ let package = Package(
2828
.package(url: "https://github.com/apple/swift-nio.git", from: "2.22.0"),
2929
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.1.0"),
3030
.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"))
31+
.package(url: "https://github.com/Apodini/Presenter.git", from: "0.1.0")
3232
],
3333
targets: [
3434
.target(

0 commit comments

Comments
 (0)