Skip to content

Commit

Permalink
Update composable architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
rcasula committed Oct 18, 2022
1 parent 14962f7 commit 5f8e855
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 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",
"state": {
"branch": null,
"revision": "73807a36dab1d676526c2267418fccaf86d8b0b4",
"version": "0.7.1"
"revision": "aa3e575929f2bcc5bad012bd2575eae716cbcdf7",
"version": "0.8.0"
}
},
{
Expand All @@ -33,8 +33,8 @@
"repositoryURL": "https://github.com/pointfreeco/swift-composable-architecture",
"state": {
"branch": null,
"revision": "108e3a536fcebb16c4f247ef92c2d7326baf9fe3",
"version": "0.39.0"
"revision": "5bd450a8ac6a802f82d485bac219cbfacffa69fb",
"version": "0.43.0"
}
},
{
Expand Down
5 changes: 3 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.3
// swift-tools-version:5.6

import PackageDescription

Expand All @@ -19,12 +19,13 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/pointfreeco/swift-composable-architecture",
.upToNextMajor(from: "0.39.0"))
.upToNextMajor(from: "0.43.0"))
],
targets: [
.target(
name: "ComposableCoreLocation",
dependencies: [
.product(name: "Dependencies", package: "swift-composable-architecture"),
.product(name: "ComposableArchitecture", package: "swift-composable-architecture")
]
),
Expand Down

0 comments on commit 5f8e855

Please sign in to comment.