Skip to content

Commit

Permalink
Bump Swift Macro Testing (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed authored Feb 19, 2025
1 parent cf4e832 commit 8c0d587
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "5bc17675d1aa3f88c956fc6d0dfd2370ad92a2c46f3cf83f74f4b153c85c4e77",
"originHash" : "b5d38c0bb20059d60cb48dd70475f594c53d1315d3f724ccb299232d31462fd3",
"pins" : [
{
"identity" : "jjliso8601dateformatter",
Expand Down Expand Up @@ -33,8 +33,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-macro-testing.git",
"state" : {
"revision" : "20c1a8f3b624fb5d1503eadcaa84743050c350f4",
"version" : "0.5.2"
"revision" : "0b80a098d4805a21c412b65f01ffde7b01aab2fa",
"version" : "0.6.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.0"),
.package(url: "https://github.com/apple/swift-collections.git", from: "1.0.0"),
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "600.0.0"),
.package(url: "https://github.com/pointfreeco/swift-macro-testing.git", from: "0.5.0"),
.package(url: "https://github.com/pointfreeco/swift-macro-testing.git", from: "0.6.0"),
] + (isBuildingForCocoaPods ? [] : [
.package(url: "https://github.com/michaeleisel/ZippyJSON.git", from: "1.2.0"),
]),
Expand Down

0 comments on commit 8c0d587

Please sign in to comment.