Skip to content

Commit

Permalink
Update dependencies (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
atdrendel authored Aug 15, 2024
1 parent 48ebf77 commit 50576b3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on: push

jobs:
test:
runs-on: macos-13
runs-on: macos-14

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Select Xcode 15
run: sudo xcode-select -s /Applications/Xcode_15.0.app
run: sudo xcode-select -s /Applications/Xcode_15.4.app
- name: Test
run: swift test
12 changes: 6 additions & 6 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/shareup/json-apple.git",
"state" : {
"revision" : "daf272a12f5ad8cb1ea309fc3bf8b9972aa7fb18",
"version" : "1.3.0"
"revision" : "56349651398f4fc08067f44d4558569182f5ea36",
"version" : "1.4.1"
}
},
{
"identity" : "swift-collections",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-collections.git",
"state" : {
"revision" : "937e904258d22af6e447a0b72c0bc67583ef64a2",
"version" : "1.0.4"
"revision" : "3d2dc41a01f9e49d84f0a3925fb858bed64f702d",
"version" : "1.1.2"
}
},
{
Expand All @@ -50,8 +50,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/shareup/websocket-apple.git",
"state" : {
"revision" : "32de0d7733ded57f1b052ab5dddf36708b0ab1dc",
"version" : "4.0.3"
"revision" : "a176fc4f7b9f7ad4f0a1fa245a2bbb024658a30e",
"version" : "4.1.0"
}
}
],
Expand Down
10 changes: 5 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ let package = Package(
),
.package(
url: "https://github.com/shareup/dispatch-timer.git",
from: "3.0.0"
from: "3.0.1"
),
.package(
url: "https://github.com/shareup/json-apple.git",
from: "1.3.0"
from: "1.4.1"
),
.package(
url: "https://github.com/apple/swift-collections.git",
from: "1.0.3"
from: "1.1.2"
),
.package(
url: "https://github.com/shareup/synchronized.git",
from: "4.0.0"
from: "4.0.1"
),
.package(
url: "https://github.com/shareup/websocket-apple.git",
from: "4.0.3"
from: "4.1.0"
),
],
targets: [
Expand Down

0 comments on commit 50576b3

Please sign in to comment.