Skip to content

Commit a5b301b

Browse files
committed
remove redundant dependancy
1 parent a11de78 commit a5b301b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Package.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ let package = Package(
4848
.package(url: "https://github.com/vapor/fluent.git", from: "4.0.0"),
4949
.package(url: "https://github.com/vapor/jwt-kit.git", from: "4.13.0"),
5050
.package(url: "https://github.com/vapor/vapor.git", from: "4.102.0"),
51-
.package(url: "https://github.com/vapor-community/soto-cognito-authentication.git", from: "4.0.0")
5251
],
5352
targets: [
5453
.executableTarget(name: "Run", dependencies: ["App"]),

0 commit comments

Comments
 (0)