Skip to content

Commit

Permalink
Update dependencies (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
davdroman authored Sep 28, 2023
1 parent 8d1c2dc commit 65b7c7b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/davdroman/swift-builders",
"state" : {
"revision" : "a283b1ab4f028f13ca2843df340087d3dada5f26",
"version" : "0.5.0"
"revision" : "0119400fb6e733219f61c1c95c6dd61ca5965c26",
"version" : "0.5.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ let package = Package(

package.dependencies = [
.package(url: "https://github.com/google/swift-benchmark", from: "0.1.2"),
.package(url: "https://github.com/davdroman/swift-builders", from: "0.5.0"),
.package(url: "https://github.com/davdroman/swift-builders", from: "0.5.1"),
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.0.0"),
]
4 changes: 2 additions & 2 deletions TextBuilder.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/davdroman/swift-builders",
"state" : {
"revision" : "a283b1ab4f028f13ca2843df340087d3dada5f26",
"version" : "0.5.0"
"revision" : "0119400fb6e733219f61c1c95c6dd61ca5965c26",
"version" : "0.5.1"
}
},
{
Expand Down

0 comments on commit 65b7c7b

Please sign in to comment.