Skip to content

Commit 2a82d74

Browse files
committed
Use soto-project/soto-cognito-authentication-kit
1 parent f1b3bf5 commit 2a82d74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ let package = Package(
1010
.library(name: "SotoCognitoAuthentication", targets: ["SotoCognitoAuthentication"]),
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/adam-fowler/soto-cognito-authentication-kit.git", from: "2.0.0"),
14-
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.0.0")),
13+
.package(url: "https://github.com/soto-project/soto-cognito-authentication-kit.git", from: "2.0.0"),
14+
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
1515
],
1616
targets: [
1717
.target(name: "SotoCognitoAuthentication", dependencies: [

0 commit comments

Comments
 (0)