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 f1b3bf5 commit 2a82d74Copy full SHA for 2a82d74
Package.swift
@@ -10,8 +10,8 @@ let package = Package(
10
.library(name: "SotoCognitoAuthentication", targets: ["SotoCognitoAuthentication"]),
11
],
12
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")),
+ .package(url: "https://github.com/soto-project/soto-cognito-authentication-kit.git", from: "2.0.0"),
+ .package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
15
16
targets: [
17
.target(name: "SotoCognitoAuthentication", dependencies: [
0 commit comments