Skip to content

Commit

Permalink
chore(deps): update dependency apple/swift-argument-parser to from: "…
Browse files Browse the repository at this point in the history
…1.5.0" (#41)

* chore(deps): update dependency apple/swift-argument-parser to from: "1.5.0"

* update to setup swift 5.9

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Luís Portela Afonso <[email protected]>
  • Loading branch information
renovate[bot] and portellaa authored Jul 26, 2024
1 parent 08a075b commit 77933e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
restore-keys: |
${{ runner.os }}-spm-
- uses: fwal/setup-swift@v2
- uses: swift-actions/setup-swift@v2
with:
swift-version: "5.7"
swift-version: "5.9"

- name: Package Resolve
run: swift package resolve
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
.package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", from: "0.4.0"),
.package(url: "https://github.com/soto-project/soto.git", from: "7.0.0"),
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.21.2"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.4.0")
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0")
],
targets: [
.target(name: "Models"),
Expand Down

0 comments on commit 77933e5

Please sign in to comment.