Skip to content

Commit a456111

Browse files
author
Halimjon Juraev
committed
fixed package manager dependency mistake
1 parent 1665826 commit a456111

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ let package = Package(
1414

1515
],
1616
dependencies: [
17+
.package(url: "https://github.com/vapor/vapor.git", from: "3.0.0"),
1718
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
1819
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.0.0")
1920
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.0.0")

0 commit comments

Comments
 (0)