Skip to content

Commit

Permalink
build: bump swift-testing to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kkebo committed Apr 6, 2024
1 parent 7d11771 commit eb41331
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" : "7e9764376140d4cffdfcd17259af814ea35d3498c2371b7b9dbe2533313a8464",
"originHash" : "ba80cc79f52b48f2fcaabda11e0f3d9e4787494e8c2e45ed63d25ae72427bd53",
"pins" : [
{
"identity" : "swift-syntax",
Expand All @@ -15,8 +15,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-testing",
"state" : {
"revision" : "8097dd8bcf7f2ed85f8aa8883635ce413012f53b",
"version" : "0.6.0"
"revision" : "97d1f8a4e91794ec6bbf1ecb252ab31b1e255052",
"version" : "0.7.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/apple/swift-testing", from: "0.6.0")
.package(url: "https://github.com/apple/swift-testing", from: "0.7.0")
],
targets: [
.target(
Expand Down

0 comments on commit eb41331

Please sign in to comment.