@@ -86,7 +86,7 @@ package.dependencies = [
86
86
. package ( url: " https://github.com/apple/swift-async-algorithms " , from: " 0.1.0 " ) ,
87
87
. package ( url: " https://github.com/apple/swift-docc-plugin " , from: " 1.3.0 " ) ,
88
88
. 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 " ) ,
90
90
. package ( url: " https://github.com/pointfreeco/swift-concurrency-extras " , from: " 1.0.0 " ) ,
91
91
. package ( url: " https://github.com/pointfreeco/swift-dependencies " , from: " 1.0.0 " ) ,
92
92
. package ( url: " https://github.com/pointfreeco/swift-tagged " , from: " 0.10.0 " ) ,
@@ -97,13 +97,13 @@ extension Target.Dependency {
97
97
name: " Algorithms " , package : " swift-algorithms "
98
98
)
99
99
static let assertionExtras : Target . Dependency = . product(
100
- name: " AssertionExtras " , package : " danthorpe -utilities"
100
+ name: " AssertionExtras " , package : " swift -utilities"
101
101
)
102
102
static let asyncAlgorithms : Target . Dependency = . product(
103
103
name: " AsyncAlgorithms " , package : " swift-async-algorithms "
104
104
)
105
105
static let cache : Target . Dependency = . product(
106
- name: " Cache " , package : " danthorpe -utilities"
106
+ name: " Cache " , package : " swift -utilities"
107
107
)
108
108
static let concurrencyExtras : Target . Dependency = . product(
109
109
name: " ConcurrencyExtras " , package : " swift-concurrency-extras "
@@ -124,7 +124,7 @@ extension Target.Dependency {
124
124
name: " HTTPTypesFoundation " , package : " swift-http-types "
125
125
)
126
126
static let shortID : Target . Dependency = . product(
127
- name: " ShortID " , package : " danthorpe -utilities"
127
+ name: " ShortID " , package : " swift -utilities"
128
128
)
129
129
static let tagged : Target . Dependency = . product(
130
130
name: " Tagged " , package : " swift-tagged "
0 commit comments