Skip to content

Commit 49eaa72

Browse files
authored
chore: update to swift-utilities (#70)
Co-authored-by: danthorpe <danthorpe@users.noreply.github.com>
1 parent 9129eb0 commit 49eaa72

File tree

2 files changed

+15
-24
lines changed

2 files changed

+15
-24
lines changed

Package.resolved

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

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ package.dependencies = [
8686
.package(url: "https://github.com/apple/swift-async-algorithms", from: "0.1.0"),
8787
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
8888
.package(url: "https://github.com/apple/swift-http-types", from: "1.0.0"),
89-
.package(url: "https://github.com/danthorpe/danthorpe-utilities", branch: "main"),
89+
.package(url: "https://github.com/danthorpe/swift-utilities", from: "0.5.0"),
9090
.package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.0.0"),
9191
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.0.0"),
9292
.package(url: "https://github.com/pointfreeco/swift-tagged", from: "0.10.0"),
@@ -97,13 +97,13 @@ extension Target.Dependency {
9797
name: "Algorithms", package: "swift-algorithms"
9898
)
9999
static let assertionExtras: Target.Dependency = .product(
100-
name: "AssertionExtras", package: "danthorpe-utilities"
100+
name: "AssertionExtras", package: "swift-utilities"
101101
)
102102
static let asyncAlgorithms: Target.Dependency = .product(
103103
name: "AsyncAlgorithms", package: "swift-async-algorithms"
104104
)
105105
static let cache: Target.Dependency = .product(
106-
name: "Cache", package: "danthorpe-utilities"
106+
name: "Cache", package: "swift-utilities"
107107
)
108108
static let concurrencyExtras: Target.Dependency = .product(
109109
name: "ConcurrencyExtras", package: "swift-concurrency-extras"
@@ -124,7 +124,7 @@ extension Target.Dependency {
124124
name: "HTTPTypesFoundation", package: "swift-http-types"
125125
)
126126
static let shortID: Target.Dependency = .product(
127-
name: "ShortID", package: "danthorpe-utilities"
127+
name: "ShortID", package: "swift-utilities"
128128
)
129129
static let tagged: Target.Dependency = .product(
130130
name: "Tagged", package: "swift-tagged"

0 commit comments

Comments
 (0)