From 6c4740e61e121a9c299d7d0e5c41df008d41f48a Mon Sep 17 00:00:00 2001 From: Adam Fowler Date: Tue, 21 Jun 2022 16:45:04 +0100 Subject: [PATCH] Soto 6.x.x and SotoCognitoAuthenticationKit 4.x.x (#24) * Soto 6.x.x and SotoCognitoAuthenticationKit 4.x.x * Add swift 5.6 to CI --- .github/workflows/ci.yml | 2 +- Package.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adccd81..cb432be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - swift: ["swift:5.3", "swift:5.4", "swift:5.5"] + swift: ["swift:5.4", "swift:5.5", "swift:5.6"] runs-on: ${{ matrix.os }} container: image: ${{ matrix.swift }} diff --git a/Package.swift b/Package.swift index 4c8c0c7..a9a9622 100644 --- a/Package.swift +++ b/Package.swift @@ -28,7 +28,7 @@ let package = Package( .library(name: "SotoCognitoAuthentication", targets: ["SotoCognitoAuthentication"]), ], dependencies: [ - .package(url: "https://github.com/soto-project/soto-cognito-authentication-kit.git", from: "3.2.0"), + .package(url: "https://github.com/soto-project/soto-cognito-authentication-kit.git", from: "4.0.0"), .package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"), ], targets: [