Skip to content

Commit

Permalink
Soto 6.x.x and SotoCognitoAuthenticationKit 4.x.x (#24)
Browse files Browse the repository at this point in the history
* Soto 6.x.x and SotoCognitoAuthenticationKit 4.x.x

* Add swift 5.6 to CI
  • Loading branch information
adam-fowler authored Jun 21, 2022
1 parent 9b0cac1 commit 6c4740e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 6c4740e

Please sign in to comment.