Skip to content

Commit

Permalink
Use latest version of the tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
samdeane committed Jul 25, 2022
1 parent 99d60af commit e3629a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/elegantchaos/ActionBuilderCore",
"state" : {
"revision" : "11769b13bf7a97313ee4f6eea35345c29e259c80",
"version" : "1.1.0"
"revision" : "0e35725ef86291e97da063f264f03e77aa700b83",
"version" : "1.1.1"
}
},
{
"identity" : "matchable",
"kind" : "remoteSourceControl",
"location" : "https://github.com/elegantchaos/Matchable.git",
"state" : {
"revision" : "0f523c77bf4b0dbbdc0838b952262ed45fab17f8",
"version" : "1.0.6"
"revision" : "d53e807009960aafbd54f6229c2542f906628b38",
"version" : "1.0.7"
}
},
{
"identity" : "runner",
"kind" : "remoteSourceControl",
"location" : "https://github.com/elegantchaos/Runner",
"location" : "https://github.com/elegantchaos/Runner.git",
"state" : {
"revision" : "dc59f4b180905aa4c6e7b6ecb354664176793f40",
"version" : "1.3.1"
"revision" : "65420eb4e534a58c8fb1bf18e344bc86edb42c65",
"version" : "1.3.2"
}
},
{
Expand All @@ -41,8 +41,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/elegantchaos/XCTestExtensions.git",
"state" : {
"revision" : "cb054eb122b7c8ed5b3dbbcb711c274b0d868f77",
"version" : "1.4.7"
"revision" : "c1cec43d4ca0b657323080b90a840b675e8af638",
"version" : "1.4.9"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let package = Package(
],

dependencies: [
.package(url: "https://github.com/elegantchaos/ActionBuilderCore.git", from: "1.1.0")
.package(url: "https://github.com/elegantchaos/ActionBuilderCore.git", from: "1.1.1")
],

targets: [
Expand Down

0 comments on commit e3629a1

Please sign in to comment.