Skip to content

Commit 5811712

Browse files
authored
Bump Dependencies to 0.1.2 (#1813)
* Bump `Dependencies` to 0.1.2 * wip
1 parent 1da4298 commit 5811712

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

ComposableArchitecture.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.

Package.resolved

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

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let package = Package(
2222
.package(url: "https://github.com/pointfreeco/combine-schedulers", from: "0.8.0"),
2323
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "0.10.0"),
2424
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "0.6.0"),
25-
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "0.1.1"),
25+
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "0.1.2"),
2626
.package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "0.4.1"),
2727
.package(url: "https://github.com/pointfreeco/swiftui-navigation", from: "0.4.5"),
2828
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "0.5.0"),

0 commit comments

Comments
 (0)