Skip to content

Commit

Permalink
Merge pull request #13 from MFB-Technologies-Inc/feature/update-depen…
Browse files Browse the repository at this point in the history
…dencies

Update combine-schedulers to 1.0.0
  • Loading branch information
roanutil authored Aug 1, 2023
2 parents 4950e88 + bcececa commit 7dce9e8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
strategy:
matrix:
include:
- os: macos-12
xcode: 13.2.1 # Swift 5.5.2
- os: macos-12
xcode: 13.4.1 # Swift 5.6
- os: macos-13
xcode: 14.2 # Swift 5.7
- os: macos-13
Expand Down
17 changes: 13 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/pointfreeco/combine-schedulers.git",
"state": {
"branch": null,
"revision": "882ac01eb7ef9e36d4467eb4b1151e74fcef85ab",
"version": "0.9.1"
"revision": "9dc9cbe4bc45c65164fa653a563d8d8db61b09bb",
"version": "1.0.0"
}
},
{
Expand All @@ -19,13 +19,22 @@
"version": "9.1.0"
}
},
{
"package": "swift-concurrency-extras",
"repositoryURL": "https://github.com/pointfreeco/swift-concurrency-extras",
"state": {
"branch": null,
"revision": "ea631ce892687f5432a833312292b80db238186a",
"version": "1.0.0"
}
},
{
"package": "xctest-dynamic-overlay",
"repositoryURL": "https://github.com/pointfreeco/xctest-dynamic-overlay",
"state": {
"branch": null,
"revision": "4af50b38daf0037cfbab15514a241224c3f62f98",
"version": "0.8.5"
"revision": "302891700c7fa3b92ebde9fe7b42933f8349f3c7",
"version": "1.0.0"
}
}
]
Expand Down
10 changes: 3 additions & 7 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.5
// swift-tools-version:5.6

import PackageDescription

Expand All @@ -25,10 +25,7 @@ extension Product {

extension Target {
static let targets: [Target] = [
.target(
name: "NetworkService",
dependencies: []
),
.target(name: "NetworkService"),
.testTarget(
name: "NetworkServiceTests",
dependencies: [
Expand Down Expand Up @@ -58,9 +55,8 @@ extension Package.Dependency {
static let dependencies: [Package.Dependency] = [
.package(url: "https://github.com/AliSoftware/OHHTTPStubs.git", from: "9.1.0"),
.package(
name: "combine-schedulers",
url: "https://github.com/pointfreeco/combine-schedulers.git",
.upToNextMajor(from: "0.6.0")
from: "1.0.0"
),
]
}

0 comments on commit 7dce9e8

Please sign in to comment.