Skip to content

Commit

Permalink
fix: Update to ParseSwift 5.4.1 (#23)
Browse files Browse the repository at this point in the history
* fix linux CI

* fix: Update to ParseSwift 5.4.1
  • Loading branch information
cbaker6 authored Apr 4, 2023
1 parent 3cf53bc commit 57a6b9f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
DEVELOPER_DIR: ${{ env.CI_XCODE }}

linux:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: sersoft-gmbh/SwiftyActions@v2
Expand Down
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"repositoryURL": "https://github.com/netreconlab/Parse-Swift.git",
"state": {
"branch": null,
"revision": "a790bb751cdad88dbd3b49f42f855bd8f73dc77d",
"version": "5.4.0"
"revision": "088e42071dcebae970e5d94e3d7d0f34cf300f02",
"version": "5.4.1"
}
},
{
Expand All @@ -69,8 +69,8 @@
"repositoryURL": "https://github.com/apple/swift-atomics.git",
"state": {
"branch": null,
"revision": "ff3d2212b6b093db7f177d0855adbc4ef9c5f036",
"version": "1.0.3"
"revision": "6c89474e62719ddcc1e9614989fff2f68208fe10",
"version": "1.1.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.75.0")),
.package(url: "https://github.com/netreconlab/Parse-Swift.git",
.upToNextMajor(from: "5.4.0")),
.upToNextMajor(from: "5.4.1")),
],
targets: [
.target(
Expand Down

0 comments on commit 57a6b9f

Please sign in to comment.