Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adityadaniel committed Oct 26, 2023
1 parent 5c9fff0 commit aac3335
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 16 deletions.
33 changes: 21 additions & 12 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",
"state": {
"branch": null,
"revision": "0625932976b3ae23949f6b816d13bd97f3b40b7c",
"version": "0.10.0"
"revision": "9dc9cbe4bc45c65164fa653a563d8d8db61b09bb",
"version": "1.0.0"
}
},
{
Expand Down Expand Up @@ -42,44 +42,53 @@
"repositoryURL": "https://github.com/pointfreeco/swift-case-paths",
"state": {
"branch": null,
"revision": "ce9c0d897db8a840c39de64caaa9b60119cf4be8",
"version": "0.8.1"
"revision": "5da6989aae464f324eef5c5b52bdb7974725ab81",
"version": "1.0.0"
}
},
{
"package": "swift-clocks",
"repositoryURL": "https://github.com/pointfreeco/swift-clocks",
"state": {
"branch": null,
"revision": "f9acfa1a45f4483fe0f2c434a74e6f68f865d12d",
"version": "0.3.0"
"revision": "d1fd837326aa719bee979bdde1f53cd5797443eb",
"version": "1.0.0"
}
},
{
"package": "swift-concurrency-extras",
"repositoryURL": "https://github.com/pointfreeco/swift-concurrency-extras",
"state": {
"branch": null,
"revision": "ea631ce892687f5432a833312292b80db238186a",
"version": "1.0.0"
}
},
{
"package": "swift-custom-dump",
"repositoryURL": "https://github.com/pointfreeco/swift-custom-dump",
"state": {
"branch": null,
"revision": "0dd3e712ff2e557144dddced800c517c3102a069",
"version": "0.9.0"
"revision": "3efbfba0e4e56c7187cc19137ee16b7c95346b79",
"version": "1.1.0"
}
},
{
"package": "swift-dependencies",
"repositoryURL": "https://github.com/pointfreeco/swift-dependencies",
"state": {
"branch": null,
"revision": "ad0a6a0dd4d4741263e798f4f5029589c9b5da73",
"version": "0.4.2"
"revision": "4e1eb6e28afe723286d8cc60611237ffbddba7c5",
"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": "23cbf2294e350076ea4dbd7d5d047c1e76b03631",
"version": "1.0.2"
}
}
]
Expand Down
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/ReactiveX/RxSwift", from: "5.1.1"),
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "0.8.1"),
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.0.0"),
.package(name: "Benchmark", url: "https://github.com/google/swift-benchmark", from: "0.1.0"),
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "0.8.5"),
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "0.3.0"),
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "0.2.0")
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.0.2"),
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.1.0"),
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.0.0")
],
targets: [
.target(
Expand Down

0 comments on commit aac3335

Please sign in to comment.