Skip to content

Commit

Permalink
build: bump swift-testing to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kkebo committed May 30, 2024
1 parent 3652aea commit 17e4532
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" : "cdadbb662d5fe1d9994301fbb973bd4a6da3f92389c9e5ff1e49fd00d785ab79",
"originHash" : "940e0265ecafbd9ad4d365c45533db2015a5697d249b6f748667546b2feeee0a",
"pins" : [
{
"identity" : "swift-collections",
Expand All @@ -24,8 +24,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-testing",
"state" : {
"revision" : "462243a4ce3c682960bef581a84ae63d1b48f5b6",
"version" : "0.8.0"
"revision" : "c392dadce39a5055579432bba432486a003d75c6",
"version" : "0.9.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.8.0"),
.package(url: "https://github.com/apple/swift-testing", from: "0.9.0"),
.package(url: "https://github.com/apple/swift-collections", from: "1.1.0"),
],
targets: [
Expand Down

0 comments on commit 17e4532

Please sign in to comment.