Skip to content

Commit

Permalink
Use soto-project/soto-cognito-authentication-kit
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Mar 3, 2021
1 parent f1b3bf5 commit 2a82d74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ let package = Package(
.library(name: "SotoCognitoAuthentication", targets: ["SotoCognitoAuthentication"]),
],
dependencies: [
.package(url: "https://github.com/adam-fowler/soto-cognito-authentication-kit.git", from: "2.0.0"),
.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"),
],
targets: [
.target(name: "SotoCognitoAuthentication", dependencies: [
Expand Down

0 comments on commit 2a82d74

Please sign in to comment.