Skip to content

Commit e8f6a47

Browse files
committed
chore: update version of TCA
1 parent 7ae9fd0 commit e8f6a47

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

{{cookiecutter.app_name}}/Common/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let package = Package(
1414
dependencies: [
1515
.package(
1616
url: "https://github.com/pointfreeco/swift-composable-architecture",
17-
exact: "1.7.3"
17+
exact: "1.8.0"
1818
)
1919
],
2020
targets: [

{{cookiecutter.app_name}}/Features/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let package = Package(
2323
.package(path: "../PersistentPlatform"),
2424
.package(
2525
url: "https://github.com/pointfreeco/swift-composable-architecture",
26-
exact: "1.7.3"
26+
exact: "1.8.0"
2727
),
2828
],
2929
targets: [

{{cookiecutter.app_name}}/PersistentPlatform/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
.package(path: "../Domain"),
1717
.package(path: "../Utilities"),
1818
.package(
19-
url: "https://github.com/pointfreeco/swift-dependencies", from: "1.0.0"),
19+
url: "https://github.com/pointfreeco/swift-dependencies", from: "1.2.1"),
2020
],
2121
targets: [
2222
// Targets are the basic building blocks of a package, defining a module or a test suite.

{{cookiecutter.app_name}}/{{cookiecutter.app_name}}.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1328,7 +1328,7 @@
13281328
repositoryURL = "[email protected]:pointfreeco/swift-composable-architecture.git";
13291329
requirement = {
13301330
kind = upToNextMajorVersion;
1331-
minimumVersion = 1.7.3;
1331+
minimumVersion = 1.8.0;
13321332
};
13331333
};
13341334
/* End XCRemoteSwiftPackageReference section */

{{cookiecutter.app_name}}/{{cookiecutter.app_name}}.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)