Skip to content

Commit

Permalink
Merge 75346e4 into 06f7895
Browse files Browse the repository at this point in the history
  • Loading branch information
kkebo committed May 3, 2024
2 parents 06f7895 + 75346e4 commit 87fda9f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "ef630b9e9a33ce197869c25e3b37415fd39fd2e59629c548c812433baf17f423",
"originHash" : "a472e4190f572f7bc3985f231be55cdec643a9e721b4d1d6113d99e6197289d4",
"pins" : [
{
"identity" : "swift-collections",
Expand All @@ -13,19 +13,19 @@
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git",
"location" : "https://github.com/apple/swift-syntax",
"state" : {
"revision" : "fa8f95c2d536d6620cc2f504ebe8a6167c9fc2dd",
"version" : "510.0.1"
"revision" : "3301d3362555b679097e82f93be0b524c5083e65",
"version" : "600.0.0-prerelease-2024-05-02"
}
},
{
"identity" : "swift-testing",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-testing",
"state" : {
"revision" : "97d1f8a4e91794ec6bbf1ecb252ab31b1e255052",
"version" : "0.7.0"
"revision" : "462243a4ce3c682960bef581a84ae63d1b48f5b6",
"version" : "0.8.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-syntax", "509.0.0"..<"601.0.0"),
.package(url: "https://github.com/apple/swift-testing", from: "0.7.0"),
.package(url: "https://github.com/apple/swift-testing", from: "0.8.0"),
.package(url: "https://github.com/apple/swift-collections", from: "1.1.0"),
],
targets: [
Expand Down

0 comments on commit 87fda9f

Please sign in to comment.