Skip to content

Commit

Permalink
chore: update to swift-utilities (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: danthorpe <[email protected]>
  • Loading branch information
danthorpe and danthorpe authored Apr 5, 2024
1 parent 9129eb0 commit 49eaa72
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 24 deletions.
31 changes: 11 additions & 20 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,6 @@
"version" : "1.0.0"
}
},
{
"identity" : "danthorpe-swiftlint-plugin",
"kind" : "remoteSourceControl",
"location" : "https://github.com/danthorpe/danthorpe-swiftlint-plugin",
"state" : {
"revision" : "5fc8c94a1ebf4f459b27a12a0720f29ee9a41499",
"version" : "0.1.0"
}
},
{
"identity" : "danthorpe-utilities",
"kind" : "remoteSourceControl",
"location" : "https://github.com/danthorpe/danthorpe-utilities",
"state" : {
"branch" : "main",
"revision" : "41952314b339782450ca6d68e332a6551f50234b"
}
},
{
"identity" : "swift-algorithms",
"kind" : "remoteSourceControl",
Expand Down Expand Up @@ -86,8 +68,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-custom-dump",
"state" : {
"revision" : "3efbfba0e4e56c7187cc19137ee16b7c95346b79",
"version" : "1.1.0"
"revision" : "f01efb26f3a192a0e88dcdb7c3c391ec2fc25d9c",
"version" : "1.3.0"
}
},
{
Expand Down Expand Up @@ -144,6 +126,15 @@
"version" : "0.10.0"
}
},
{
"identity" : "swift-utilities",
"kind" : "remoteSourceControl",
"location" : "https://github.com/danthorpe/swift-utilities",
"state" : {
"revision" : "e8a8fda6566e4708ca24b46406fa3c5aa0ac13d0",
"version" : "0.5.0"
}
},
{
"identity" : "xctest-dynamic-overlay",
"kind" : "remoteSourceControl",
Expand Down
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ package.dependencies = [
.package(url: "https://github.com/apple/swift-async-algorithms", from: "0.1.0"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
.package(url: "https://github.com/apple/swift-http-types", from: "1.0.0"),
.package(url: "https://github.com/danthorpe/danthorpe-utilities", branch: "main"),
.package(url: "https://github.com/danthorpe/swift-utilities", from: "0.5.0"),
.package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.0.0"),
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.0.0"),
.package(url: "https://github.com/pointfreeco/swift-tagged", from: "0.10.0"),
Expand All @@ -97,13 +97,13 @@ extension Target.Dependency {
name: "Algorithms", package: "swift-algorithms"
)
static let assertionExtras: Target.Dependency = .product(
name: "AssertionExtras", package: "danthorpe-utilities"
name: "AssertionExtras", package: "swift-utilities"
)
static let asyncAlgorithms: Target.Dependency = .product(
name: "AsyncAlgorithms", package: "swift-async-algorithms"
)
static let cache: Target.Dependency = .product(
name: "Cache", package: "danthorpe-utilities"
name: "Cache", package: "swift-utilities"
)
static let concurrencyExtras: Target.Dependency = .product(
name: "ConcurrencyExtras", package: "swift-concurrency-extras"
Expand All @@ -124,7 +124,7 @@ extension Target.Dependency {
name: "HTTPTypesFoundation", package: "swift-http-types"
)
static let shortID: Target.Dependency = .product(
name: "ShortID", package: "danthorpe-utilities"
name: "ShortID", package: "swift-utilities"
)
static let tagged: Target.Dependency = .product(
name: "Tagged", package: "swift-tagged"
Expand Down

0 comments on commit 49eaa72

Please sign in to comment.